1
0
forked from aniani/vim

patch 8.2.2267: Vim9: cannot use unlet for a dict member

Problem:    Vim9: cannot use unlet for a dict member.
Solution:   Pass GLV_NO_DECL to get_lval(). (closes #7585)
This commit is contained in:
Bram Moolenaar
2021-01-01 19:40:02 +01:00
parent e7a73e0762
commit c368957b19
3 changed files with 34 additions and 12 deletions

View File

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