summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-02-05 21:43:56 +0000
committerBram Moolenaar <Bram@vim.org>2005-02-05 21:43:56 +0000
commit2a8d1f877ce28929074964b022a414536b125702 (patch)
treee03a58d71ec04d20a9ee844b5e966fb158ab5ca0 /src/main.c
parent3a7c85bc13c2094042d00eb56ace3445d5dfd5bc (diff)
downloadvim-git-2a8d1f877ce28929074964b022a414536b125702.tar.gz
updated for version 7.0048v7.0048
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 0919a4742..3b888f278 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2469,7 +2469,7 @@ mainerr(n, str)
#endif
mch_errmsg(longVersion);
- mch_errmsg("\r\n");
+ mch_errmsg("\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\"\r\n"));
+ mch_errmsg(_("\nMore info with: \"vim -h\"\n"));
mch_exit(1);
}