summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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/