commit | 8fa745e7be3a791ac25f93ef0227bbc48ade8a37 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 16 19:04:24 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 16 19:04:24 2022 +0100 |
tree | 2784f5de78824527acc5d31f3eb96fd4264ac989 | |
parent | abd58d8aee7fec2b9e07c829eb925b0a1f7118db [diff] [blame] |
patch 9.0.0481: in :def function all closures in loop get the same variables Problem: In a :def function all closures in a loop get the same variables. Solution: Use a separate list of variables for LOADOUTER and STOREOUTER. Not copied at end of loop yet.
diff --git a/src/version.c b/src/version.c index 6644ac4..8f6988b 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 481, +/**/ 480, /**/ 479,