1
0
forked from aniani/vim

patch 8.2.3222: Vim9: cannot used loop variable later as lambda argument

Problem:    Vim9: cannot used loop variable later as lambda argument.
Solution:   When not in function context check the current block ID.
            (closes #8637)
This commit is contained in:
Bram Moolenaar
2021-07-25 18:07:00 +02:00
parent a764e73d4f
commit 3c77b6a1ce
3 changed files with 27 additions and 3 deletions

View File

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