vim-patch:d1caa941d876

Update runtime files
d1caa941d8

Cherry-pick error E452 from patch v8.2.0486.
This commit is contained in:
Jan Edmund Lazo
2021-04-27 21:48:38 -04:00
parent d894b3da1e
commit e612a0a76a
14 changed files with 107 additions and 52 deletions

View File

@@ -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;