]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4575: Vim9: test for profiling still fails v8.2.4575
authorBram Moolenaar <Bram@vim.org>
Tue, 15 Mar 2022 19:29:30 +0000 (19:29 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 15 Mar 2022 19:29:30 +0000 (19:29 +0000)
commit139575de6653e7fd5807cb036dfb3684b815c519
tree55a74125f139573cb1839c3b78cac73d3640f82c
parent48f69cdfa401999ac5ff8cef6d8dcabe3f93e284
patch 8.2.4575: Vim9: test for profiling still fails

Problem:    Vim9: test for profiling still fails.
Solution:   Update flags for profiling and breakpoints when obtaining the
            compile type.  Do not set the FC_CLOSURE flag for a toplevel
            function.
src/eval.c
src/proto/vim9compile.pro
src/version.c
src/vim.h
src/vim9.h
src/vim9compile.c
src/vim9execute.c
src/vim9expr.c
src/vim9instr.c