1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2022-10-11 20:04:09 +01:00
parent a9a364872e
commit a275f2cdcc
4 changed files with 49 additions and 18 deletions

View File

@@ -699,6 +699,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
724,
/**/
723,
/**/