1
0
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:
Bram Moolenaar
2020-03-30 22:51:24 +02:00
parent 01b3862956
commit 9be61bbb17
5 changed files with 60 additions and 7 deletions

View File

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