1
0
forked from aniani/vim

patch 8.2.2002: Vim9: lambda argument shadowed by function name

Problem:    Vim9: lambda argument shadowed by function name.
Solution:   Let function name be shadowed by lambda argument. (closes #7313)
This commit is contained in:
Bram Moolenaar
2020-11-17 18:50:44 +01:00
parent 0ba48e8c27
commit 52bf81c2d5
3 changed files with 23 additions and 6 deletions

View File

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