mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0047
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user