1
0
forked from aniani/vim

patch 8.2.3107: Vim9: error for arguments while type didn't specify arguments

Problem:    Vim9: error for arguments while type didn't specify arguments.
Solution:   Do not update that type to check when no argument count is
            specified. (closes #8492)
This commit is contained in:
Bram Moolenaar
2021-07-04 23:29:30 +02:00
parent 6977dba04b
commit 22f85d0459
3 changed files with 14 additions and 1 deletions

View File

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