commit | 16f6c8ac94d8412075060945aa90ba90be08656f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 22 15:12:14 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 22 15:12:14 2022 +0000 |
tree | 6156645f9ceab36ff1aa58a0a7ed360854979747 | |
parent | 6456fae9ba8e72c74b2c0c499eaf09974604ff30 [diff] [blame] |
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().
diff --git a/src/version.c b/src/version.c index 809b03f..0001834 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4441, +/**/ 4440, /**/ 4439,