commit | 2a8d1f877ce28929074964b022a414536b125702 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 05 21:43:56 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 05 21:43:56 2005 +0000 |
tree | e03a58d71ec04d20a9ee844b5e966fb158ab5ca0 | |
parent | 3a7c85bc13c2094042d00eb56ace3445d5dfd5bc [diff] [blame] |
updated for version 7.0048
diff --git a/src/main.c b/src/main.c index 0919a47..3b888f2 100644 --- a/src/main.c +++ b/src/main.c
@@ -2469,7 +2469,7 @@ #endif mch_errmsg(longVersion); - mch_errmsg("\r\n"); + mch_errmsg("\n"); mch_errmsg(_(main_errors[n])); if (str != NULL) { @@ -2477,7 +2477,7 @@ 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); }