commit | a275f2cdcc4353e7653a69c7c818422db5da599d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 11 20:04:09 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 11 20:04:09 2022 +0100 |
tree | 5c14a63a542f0880495c5e77cf243daadb3b03a7 | |
parent | a9a364872e41932990aba1787af65f67c7e14917 [diff] [blame] |
patch 9.0.0724: closure in compiled function gets same variable in block Problem: Closure in compiled function gets same variable in block. Solution: At the end of a block to not always reset the variable count. (issue #11094)
diff --git a/src/version.c b/src/version.c index 9130e78..1af1bcb 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 724, +/**/ 723, /**/ 722,