]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1202: Vim9: crash when calling a closure from a builtin function v8.2.1202
authorBram Moolenaar <Bram@vim.org>
Mon, 13 Jul 2020 18:41:08 +0000 (20:41 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 13 Jul 2020 18:41:08 +0000 (20:41 +0200)
commit08f7a41b0a280e5901eb4ee4bbfe682113863492
treec5a4c229cde639d8c6518e3dcb79f014ddca90ab
parentf1a2368d81fc3f70dfcf7d577957185da6ccf0b6
patch 8.2.1202: Vim9: crash when calling a closure from a builtin function

Problem:    Vim9: crash when calling a closure from a builtin function.
Solution:   Use the current execution context. (closes #6441)
src/testdir/test_vim9_func.vim
src/version.c
src/vim9execute.c