summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2005-01-04 21:21:28 +0000
committervimboss <devnull@localhost>2005-01-04 21:21:28 +0000
commitd1d8ebc6753ebc8005ae57860231688a41e6c7ea (patch)
treed6208af31e97e95ed1d9c7c103e6d130081391c6
parent8967126f6df1010497c3712b8b64b2ea047a051e (diff)
downloadvim-d1d8ebc6753ebc8005ae57860231688a41e6c7ea.tar.gz
updated for version 7.0030
-rw-r--r--src/gui_riscos.c1
-rw-r--r--src/testdir/test11.in1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_riscos.c b/src/gui_riscos.c
index f9784a24..07cbc754 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 510ed723..0e721b75 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/