1
0
forked from aniani/vim

patch 8.2.3209: Vim9: lambda doesn't find block-local variable

Problem:    Vim9: lambda doesn't find block-local variable.
Solution:   Adjust how a script-local variable is found. (closes #8614)
This commit is contained in:
Bram Moolenaar
2021-07-24 14:14:52 +02:00
parent 1a3e5747b7
commit 88421d6dc8
3 changed files with 42 additions and 1 deletions

View File

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