commit | 139575de6653e7fd5807cb036dfb3684b815c519 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 15 19:29:30 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 15 19:29:30 2022 +0000 |
tree | 55a74125f139573cb1839c3b78cac73d3640f82c | |
parent | 48f69cdfa401999ac5ff8cef6d8dcabe3f93e284 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 4dfbdd5..a68a662 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4575, +/**/ 4574, /**/ 4573,