commit | e5ea346a07a7750c02a89996b67716b43c767d06 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 25 21:01:48 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 25 21:01:48 2021 +0100 |
tree | 638de91e30f3a1add0c78c7b75bddf6cedd46ff5 | |
parent | 5c829bf229de463657e4ba1de6c4ee91899de14e [diff] [blame] |
patch 8.2.2409: Vim9: profiling only works for one function Problem: Vim9: profiling only works for one function. Solution: Select the right instructions when calling and returning. (closes #7743)
diff --git a/src/version.c b/src/version.c index dce32e7..279c49d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2409, +/**/ 2408, /**/ 2407,