0
0
mirror of https://github.com/vim/vim.git synced 2025-10-05 05:34:07 -04:00

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

@@ -44,6 +44,7 @@ STARTTEST
: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/