commit | d9162550aa47ca3865a5cadf78ff2212a1d8eca7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 11 15:26:13 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 11 15:26:13 2021 +0200 |
tree | 492a2105b14e784f7ccd20e2a06fdef31d2e7e12 | |
parent | 1aeddeb8bd29a69fa118734c7f27d7df1b37801f [diff] [blame] |
patch 8.2.3143: Vim9: wrong context if lambda called from profiled function Problem: Vim9: A lambda may be compiled with the wrong context if it is called from a profiled function. Solution: Compile the lambda with and without profiling. (closes #8543)
diff --git a/src/version.c b/src/version.c index 729d0e4..76dbacd 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3143, +/**/ 3142, /**/ 3141,