patch 8.2.3404: Vim9: no error for white space before "("

Problem:    Vim9: no error for white space before "(".
Solution:   Give an error, like in a compiled function.
This commit is contained in:
Bram Moolenaar
2021-09-05 16:36:23 +02:00
parent 2ddb89f8a9
commit 01dd6c3732
3 changed files with 12 additions and 2 deletions

View File

@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3404,
/**/
3403,
/**/