commit | 8863bda25df821fc79bebf9dc73c79776ae5f675 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 17 18:42:08 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 17 18:42:08 2021 +0100 |
tree | 0c71db682e0c9ea275dfd06123586a94ccf82e23 | |
parent | 3e1916947d5b29f67af554ce3b874b03a84c9093 [diff] [blame] |
patch 8.2.2617: Vim9: script variable in block not found by function Problem: Vim9: script variable in a block scope not found by a nested function. Solution: Copy the block scope IDs before compiling the function.
diff --git a/src/version.c b/src/version.c index a92db82..3bb4ece 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2617, +/**/ 2616, /**/ 2615,