mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 22:38:16 +00:00
vim-patch:d1caa941d876
Update runtime files
d1caa941d8
Cherry-pick error E452 from patch v8.2.0486.
This commit is contained in:
@@ -1575,7 +1575,7 @@ static const char_u *skip_var_list(const char_u *arg, int *var_count,
|
||||
break;
|
||||
else if (*p == ';') {
|
||||
if (*semicolon == 1) {
|
||||
EMSG(_("Double ; in list of variables"));
|
||||
EMSG(_("E452: Double ; in list of variables"));
|
||||
return NULL;
|
||||
}
|
||||
*semicolon = 1;
|
||||
|
Reference in New Issue
Block a user