]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3151: Vim9: profiling fails if nested function is also profiled v8.2.3151
authorBram Moolenaar <Bram@vim.org>
Sun, 11 Jul 2021 18:22:30 +0000 (20:22 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 11 Jul 2021 18:22:30 +0000 (20:22 +0200)
commitffcfddc759e583471a1ed55e0938d042bf68c507
treea95c6cf4c4e1f75de9a183312c6d0d0f968e849d
parentc72bdd28ac5fe079825155930af8e792580139bb
patch 8.2.3151: Vim9: profiling fails if nested function is also profiled

Problem:    Vim9: profiling fails if nested function is also profiled.
Solution:   Use the compile type from the outer function. (closes #8543)
src/testdir/test_vim9_script.vim
src/version.c
src/vim9compile.c