diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-01-04 21:21:28 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-01-04 21:21:28 +0000 |
commit | fa4fd1bf97581ad21517b99dba14bdfa4ce242af (patch) | |
tree | d6208af31e97e95ed1d9c7c103e6d130081391c6 /src | |
parent | c83c455ee7ce20c9e187b8fef1f1783ef8d7f10b (diff) | |
download | vim-fa4fd1bf97581ad21517b99dba14bdfa4ce242af.zip |
updated for version 7.0030
Diffstat (limited to 'src')
-rw-r--r-- | src/gui_riscos.c | 1 | ||||
-rw-r--r-- | src/testdir/test11.in | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_riscos.c b/src/gui_riscos.c index f9784a241..07cbc7543 100644 --- a/src/gui_riscos.c +++ b/src/gui_riscos.c @@ -3560,4 +3560,3 @@ gui_mch_browse(saving, title, dflt, ext, initdir, filter) } return NULL; } - diff --git a/src/testdir/test11.in b/src/testdir/test11.in index 510ed7236..0e721b754 100644 --- a/src/testdir/test11.in +++ b/src/testdir/test11.in @@ -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/ |