forked from aniani/vim
patch 8.2.0486: Vim9: some code and error messages not tested
Problem: Vim9: some code and error messages not tested. Solution: Add more tests.
This commit is contained in:
@@ -930,7 +930,7 @@ skip_var_list(
|
||||
{
|
||||
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