changeset 63:f6e33184ccc3

updated for version 7.0030
author vimboss
date Tue, 04 Jan 2005 21:21:28 +0000
parents 4a6de0783bb5
children 587305d23d2c
files src/gui_riscos.c src/testdir/test11.in
diffstat 2 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gui_riscos.c
+++ b/src/gui_riscos.c
@@ -3560,4 +3560,3 @@ gui_mch_browse(saving, title, dflt, ext,
     }
     return NULL;
 }
-
--- 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/