]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4459: Vim9: compiling sort() call fails with unknown arguments v8.2.4459
authorBram Moolenaar <Bram@vim.org>
Wed, 23 Feb 2022 21:03:32 +0000 (21:03 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 23 Feb 2022 21:03:32 +0000 (21:03 +0000)
commitfa02616718103be3f9e13e26d57905d4eddf836d
tree5c1703f53990c916b5a9af0b2880088068fe7cff
parent6e1a38745f794715dc624399c318f513b54797c4
patch 8.2.4459: Vim9: compiling sort() call fails with unknown arguments

Problem:    Vim9: compiling sort() call fails with a 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