1
0
forked from aniani/vim

patch 8.2.4458: Vim9: compiling filter() call fails with unknown arguments

Problem:    Vim9: compiling filter() call fails with funcref that has unknown
            arguments.
Solution:   Do not check the arguments if they are unknown at compile time.
            (closes #9835)
This commit is contained in:
Bram Moolenaar
2022-02-23 19:11:49 +00:00
parent 33fc4a6307
commit 6e1a38745f
3 changed files with 16 additions and 1 deletions

View File

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