diff src/testdir/test11.in @ 63:f6e33184ccc3

updated for version 7.0030
author vimboss
date Tue, 04 Jan 2005 21:21:28 +0000
parents 293621502c4d
children c93c9cad9618
line wrap: on
line diff
--- 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/