commit | 6e1a38745f794715dc624399c318f513b54797c4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 23 19:11:49 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 23 19:11:49 2022 +0000 |
tree | 335b5b60da1d7af6caeb2684cb3d8f4bd488ae08 | |
parent | 33fc4a63071c03ad46636b345a814e7e6d8f4ae0 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 85af241..800925d 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4458, +/**/ 4457, /**/ 4456,