commit | 12d265315fac9e4f3436c38a87f6d9a23b9e7e2b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 19 19:13:21 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 19 19:13:21 2021 +0100 |
tree | 55d04fd2ba3c7f12f32ff24f43b448292fdf7a05 | |
parent | d3f8a9ee65b249d073343e43e423bc3348dd09d0 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 68b5ab4..7e42fa3 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2530, +/**/ 2529, /**/ 2528,