1
0
forked from aniani/vim

patch 8.2.2771: Vim9: assignment not recognized if declaration was skipped

Problem:    Vim9: assignment not recognized if declaration was skipped.
Solution:   Also recognized an assignment if the variable does not exist.
            (closes #8108)
This commit is contained in:
Bram Moolenaar
2021-04-15 22:13:39 +02:00
parent fe090eb58f
commit aa1959bd5e
3 changed files with 17 additions and 1 deletions

View File

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