commit | 1aea184a0dc558a222cc5bcbaad9ab0fd700c7b9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 16 15:47:09 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 16 15:47:09 2022 +0100 |
tree | dcade17fed1f30ad7effaf3ce50c5ab7a2898f57 | |
parent | 594f9e09cd68e6277b8aa08094405bc642c5792a [diff] [blame] |
patch 9.0.0479: 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 SAVEOUTER.
diff --git a/src/version.c b/src/version.c index b45a691..1adac5a 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 479, +/**/ 478, /**/ 477,