]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3143: Vim9: wrong context if lambda called from profiled function v8.2.3143
authorBram Moolenaar <Bram@vim.org>
Sun, 11 Jul 2021 13:26:13 +0000 (15:26 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 11 Jul 2021 13:26:13 +0000 (15:26 +0200)
commitd9162550aa47ca3865a5cadf78ff2212a1d8eca7
tree492a2105b14e784f7ccd20e2a06fdef31d2e7e12
parent1aeddeb8bd29a69fa118734c7f27d7df1b37801f
patch 8.2.3143: Vim9: wrong context if lambda called from profiled function

Problem:    Vim9: A lambda may be compiled with the wrong context if it is
            called from a profiled function.
Solution:   Compile the lambda with and without profiling. (closes #8543)
src/testdir/test_vim9_script.vim
src/version.c
src/vim9compile.c