commit | fd77748df2ba7d5f38aab649cb630374620462d7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 12 19:42:01 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 12 19:42:01 2020 +0200 |
tree | 68ca76560bb073e21f773dc1eb85fb6cf0a9fe6b | |
parent | ba60cc45e786166767ca80f3dea6236d993c7971 [diff] [blame] |
patch 8.2.1434: Vim9: crash when lambda uses outer function argument Problem: Vim9: crash when lambda uses outer function argument. Solution: Set the flag that the outer context is used.
diff --git a/src/version.c b/src/version.c index e182ea6..1100818 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1434, +/**/ 1433, /**/ 1432,