commit | ffcfddc759e583471a1ed55e0938d042bf68c507 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 11 20:22:30 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 11 20:22:30 2021 +0200 |
tree | a95c6cf4c4e1f75de9a183312c6d0d0f968e849d | |
parent | c72bdd28ac5fe079825155930af8e792580139bb [diff] [blame] |
patch 8.2.3151: Vim9: profiling fails if nested function is also profiled Problem: Vim9: profiling fails if nested function is also profiled. Solution: Use the compile type from the outer function. (closes #8543)
diff --git a/src/version.c b/src/version.c index 0047c7d..7f9f49e 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3151, +/**/ 3150, /**/ 3149,