1
0
forked from aniani/vim

patch 8.2.4059: Vim9: an expression of a map cannot access script-local items

Problem:    Vim9: an expression of a map cannot access script-local items.
            (Maxim Kim)
Solution:   Use the script ID of where the map was defined.
This commit is contained in:
Bram Moolenaar
2022-01-11 11:58:19 +00:00
parent 762838218f
commit 19db9e6ba7
5 changed files with 58 additions and 9 deletions

View File

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