commit | 9fffef9f3562e05755e4b3c46509b2eeeb623ff7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 10 16:55:58 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 10 16:55:58 2021 +0000 |
tree | cb16a0a914ba937887e7801dd2b436a71de39bfe | |
parent | b711814cb64b60ec4918e3e1fb2ca5c50d6e9340 [diff] [blame] |
patch 8.2.3775: Vim9: lambda compiled without outer context when debugging Problem: Vim9: lambda compiled without outer context when debugging. Solution: When compiling a lambda for debugging also compile it without. (closes #9302)
diff --git a/src/version.c b/src/version.c index 79abb50..9bf1fa2 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3775, +/**/ 3774, /**/ 3773,