]> granicus.if.org Git - vim/commit
patch 8.2.1224: Vim9: arguments from partial are not used v8.2.1224
authorBram Moolenaar <Bram@vim.org>
Wed, 15 Jul 2020 20:38:56 +0000 (22:38 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 15 Jul 2020 20:38:56 +0000 (22:38 +0200)
commita90afb9a590c92d537faeb16f9ccd282fc78aeff
tree7e4ae2d181499d472ed9e3c80f72345d43aff90f
parente30f64b4b551bb00318dc09c2f13ecd3d711119a
patch 8.2.1224: Vim9: arguments from partial are not used

Problem:    Vim9: arguments from partial are not used.
Solution:   Put the partial arguments on the stack. (closes #6460)
src/testdir/test_vim9_func.vim
src/version.c
src/vim9execute.c