]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0771: Vim9: cannot call a compiled closure from not compiled code v8.2.0771
authorBram Moolenaar <Bram@vim.org>
Sat, 16 May 2020 19:20:12 +0000 (21:20 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 16 May 2020 19:20:12 +0000 (21:20 +0200)
commit6f5b6dfb16228c0ce1e4379b7bafed02eaddbab2
tree5ef46ff7e270b67cf076b0797e66bdb016e35ae7
parentaa5fc4ec51b00e91f174ac83c8ff68becf5f42bb
patch 8.2.0771: Vim9: cannot call a compiled closure from not compiled code

Problem:    Vim9: cannot call a compiled closure from not compiled code.
Solution:   Pass funcexe to call_user_func().
src/eval.c
src/proto/vim9execute.pro
src/testdir/test_vim9_func.vim
src/userfunc.c
src/version.c
src/vim9execute.c