]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4458: Vim9: compiling filter() call fails with unknown arguments v8.2.4458
authorBram Moolenaar <Bram@vim.org>
Wed, 23 Feb 2022 19:11:49 +0000 (19:11 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 23 Feb 2022 19:11:49 +0000 (19:11 +0000)
commit6e1a38745f794715dc624399c318f513b54797c4
tree335b5b60da1d7af6caeb2684cb3d8f4bd488ae08
parent33fc4a63071c03ad46636b345a814e7e6d8f4ae0
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)
src/evalfunc.c
src/testdir/test_vim9_builtin.vim
src/version.c