commit | fa4fd1bf97581ad21517b99dba14bdfa4ce242af | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 04 21:21:28 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 04 21:21:28 2005 +0000 |
tree | d6208af31e97e95ed1d9c7c103e6d130081391c6 | |
parent | c83c455ee7ce20c9e187b8fef1f1783ef8d7f10b [diff] [blame] |
updated for version 7.0030
diff --git a/src/testdir/test11.in b/src/testdir/test11.in index 510ed72..0e721b7 100644 --- a/src/testdir/test11.in +++ b/src/testdir/test11.in
@@ -44,6 +44,7 @@ :au FilterReadPost *.out '[,']s/x/X/g :e! test.out " Edit the output file :23,$!cat +:23,$s/\r$// " remove CR for when sed adds them :au! FileReadPre *.gz !gzip -d <afile> :au FileReadPre *.gz call rename(expand("<afile>:r"), expand("<afile>")) :au! FileReadPost *.gz '[,']s/l/L/