summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-02-02 23:09:45 +0000
committerBram Moolenaar <Bram@vim.org>2005-02-02 23:09:45 +0000
commitf583668da17052a7b9ff4cc4fc248f295313d86f (patch)
tree1477cc04f7305a442a4559140afcf595e7010dde /src
parent6ac5429d3b0860919333e38f1eb5b5617bf17314 (diff)
updated for version 7.0047
Diffstat (limited to 'src')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 3b888f278b..0919a47428 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2469,7 +2469,7 @@ mainerr(n, str)
#endif
mch_errmsg(longVersion);
- mch_errmsg("\n");
+ mch_errmsg("\r\n");
mch_errmsg(_(main_errors[n]));
if (str != NULL)
{
@@ -2477,7 +2477,7 @@ mainerr(n, str)
mch_errmsg((char *)str);
mch_errmsg("\"");
}
- mch_errmsg(_("\nMore info with: \"vim -h\"\n"));
+ mch_errmsg(_("\nMore info with: \"vim -h\"\r\n"));
mch_exit(1);
}