]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3003: Vim9: closure compiled with wrong compile type v8.2.3003
authorBram Moolenaar <Bram@vim.org>
Tue, 15 Jun 2021 17:32:40 +0000 (19:32 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 15 Jun 2021 17:32:40 +0000 (19:32 +0200)
commit968a5b62ffd3e08005d907d93eaaf807be466a88
tree642aab1b56f105292e528055906c28435d41e8e9
parentaffd0bc626560631f1df2e0f68db2f15dbda47e1
patch 8.2.3003: Vim9: closure compiled with wrong compile type

Problem:    Vim9: closure compiled with wrong compile type.
Solution:   Use COMPILE_TYPE() when calling a function. (closes #8384)
src/testdir/test_debugger.vim
src/version.c
src/vim9execute.c