mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.3986: error messages are spread out
Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
This commit is contained in:
@@ -1063,7 +1063,7 @@ skip_var_list(
|
||||
{
|
||||
if (*semicolon == 1)
|
||||
{
|
||||
emsg(_("E452: Double ; in list of variables"));
|
||||
emsg(_(e_double_semicolon_in_list_of_variables));
|
||||
return NULL;
|
||||
}
|
||||
*semicolon = 1;
|
||||
|
Reference in New Issue
Block a user