1
0
forked from aniani/vim

updated for version 7.0030

This commit is contained in:
Bram Moolenaar 2005-01-04 21:21:28 +00:00
parent c83c455ee7
commit fa4fd1bf97
2 changed files with 1 additions and 1 deletions

View File

@ -3560,4 +3560,3 @@ gui_mch_browse(saving, title, dflt, ext, initdir, filter)
} }
return NULL; return NULL;
} }

View File

@ -44,6 +44,7 @@ STARTTEST
:au FilterReadPost *.out '[,']s/x/X/g :au FilterReadPost *.out '[,']s/x/X/g
:e! test.out " Edit the output file :e! test.out " Edit the output file
:23,$!cat :23,$!cat
:23,$s/\r$// " remove CR for when sed adds them
:au! FileReadPre *.gz !gzip -d <afile> :au! FileReadPre *.gz !gzip -d <afile>
:au FileReadPre *.gz call rename(expand("<afile>:r"), expand("<afile>")) :au FileReadPre *.gz call rename(expand("<afile>:r"), expand("<afile>"))
:au! FileReadPost *.gz '[,']s/l/L/ :au! FileReadPost *.gz '[,']s/l/L/