]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2530: Vim9: not enough testing for profiling v8.2.2530
authorBram Moolenaar <Bram@vim.org>
Fri, 19 Feb 2021 18:13:21 +0000 (19:13 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 19 Feb 2021 18:13:21 +0000 (19:13 +0100)
commit12d265315fac9e4f3436c38a87f6d9a23b9e7e2b
tree55d04fd2ba3c7f12f32ff24f43b448292fdf7a05
parentd3f8a9ee65b249d073343e43e423bc3348dd09d0
patch 8.2.2530: Vim9: not enough testing for profiling

Problem:    Vim9: not enough testing for profiling.
Solution:   Add a test with nested functions and a lambda.  Fix profiling
            for calling a compiled function.
src/profiler.c
src/proto/profiler.pro
src/testdir/test_profile.vim
src/userfunc.c
src/version.c
src/vim9execute.c