]> granicus.if.org Git - vim/commitdiff
updated for version 7.0030
authorBram Moolenaar <Bram@vim.org>
Tue, 4 Jan 2005 21:21:28 +0000 (21:21 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 4 Jan 2005 21:21:28 +0000 (21:21 +0000)
src/gui_riscos.c
src/testdir/test11.in

index f9784a2416c84c3442128f88a1c82de00623c712..07cbc75435b021f24fef95497675a54b28bc0cfb 100644 (file)
@@ -3560,4 +3560,3 @@ gui_mch_browse(saving, title, dflt, ext, initdir, filter)
     }
     return NULL;
 }
-
index 510ed7236a51e3c472786ad27194395bbde493ca..0e721b754472909d17b4351ed0953857f35734d9 100644 (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/