diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-02-22 08:39:57 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-02-22 08:39:57 +0000 |
commit | df177f679e950a2ab2ad5fe7d45c1daface004d7 (patch) | |
tree | 21c0c50e9144ef873af675daf53b86beb26dd677 /src/testdir/test11.in | |
parent | 6bdcfc08cb9c192972336e28a2a842b7abbb2811 (diff) | |
download | vim-df177f679e950a2ab2ad5fe7d45c1daface004d7.zip |
updated for version 7.0051
Diffstat (limited to 'src/testdir/test11.in')
-rw-r--r-- | src/testdir/test11.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test11.in b/src/testdir/test11.in index 0e721b754..063aeb260 100644 --- a/src/testdir/test11.in +++ b/src/testdir/test11.in @@ -38,6 +38,7 @@ STARTTEST :au BufReadPost *.gz !gzip <afile>:r :e! Xtestfile.gz " Edit compressed file :w>>test.out " Append it to the output file +:set shelltemp " need temp files here :au FilterReadPre *.out call rename(expand("<afile>"), expand("<afile>").".t") :au FilterReadPre *.out !sed s/e/E/ <afile>.t ><afile> :au FilterReadPre *.out !rm <afile>.t |