1
0
forked from aniani/vim

patch 8.2.4441: Vim9: function argument of filter() not checked like map()

Problem:    Vim9: function argument of filter() not checked like map().
Solution:   Also check the function argument of filter().
This commit is contained in:
Bram Moolenaar
2022-02-22 15:12:14 +00:00
parent 6456fae9ba
commit 16f6c8ac94
3 changed files with 137 additions and 97 deletions

View File

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