]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2218: Vim9: failure if passing more args to lambda than expected v8.2.2218
authorBram Moolenaar <Bram@vim.org>
Fri, 25 Dec 2020 19:24:51 +0000 (20:24 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 25 Dec 2020 19:24:51 +0000 (20:24 +0100)
commitfc0e8f5c3ef51c86cfa4a51f92b264ef79962b9d
tree3b6246259074099e408fd78b841a5038db7b0f1c
parent20a762987eaa7e6034e9f75df0eb87eedb85d71f
patch 8.2.2218: Vim9: failure if passing more args to lambda than expected

Problem:    Vim9: failure if passing more arguments to a lambda than expected.
Solution:   Only put expected arguments on the stack. (closes #7548)
src/testdir/test_vim9_builtin.vim
src/version.c
src/vim9execute.c