1
0
forked from aniani/vim

patch 8.2.2018: Vim9: script variable not found from lambda

Problem:    Vim9: script variable not found from lambda.
Solution:   In a lambda also check the script hashtab for a variable without a
            scope. (closes #7329)
This commit is contained in:
Bram Moolenaar
2020-11-19 21:47:56 +01:00
parent 67d1c68f09
commit 2ea95b61f4
3 changed files with 33 additions and 1 deletions

View File

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