1
0
forked from aniani/vim

patch 8.2.4016: Vim9: incorrect error for argument that is shadowing var

Problem:    Vim9: incorrect error for argument that is shadowing var.
Solution:   Ignore variable that is not in block where the function was
            defined.
This commit is contained in:
Bram Moolenaar
2022-01-06 12:23:30 +00:00
parent 269dc63618
commit 58493cfae2
3 changed files with 19 additions and 4 deletions

View File

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