commit | b204990346ca857802b174afe8a7fbb05e4f318e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 24 12:53:53 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 24 12:53:53 2021 +0100 |
tree | 6660d87cac14e978841c1eaf55994bf8a85f84a9 | |
parent | 7cf0c114d690c91ac88c92a1a6f1b1935cb6410f [diff] [blame] |
patch 8.2.2400: Vim9: compiled functions are not profiled Problem: Vim9: compiled functions are not profiled. Solution: Add initial changes to profile compiled functions. Fix that a script-local function was hard to debug.
diff --git a/src/version.c b/src/version.c index 55ce713..41858ba 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2400, +/**/ 2399, /**/ 2398,