1
0
forked from aniani/vim

patch 9.0.0495: closure doesn't work properly in nested loop

Problem:    Closure doesn't work properly in nested loop.
Solution:   Save variables up to the outer loop.
This commit is contained in:
Bram Moolenaar
2022-09-18 12:00:21 +01:00
parent 96caa557f9
commit dbbb02bc77
3 changed files with 30 additions and 2 deletions

View File

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