1
0
forked from aniani/vim

patch 8.2.3705: cannot pass a lambda name to function() or funcref()

Problem:    Cannot pass a lambda name to function() or funcref(). (Yegappan
            Lakshmanan)
Solution:   Handle a lambda name differently.
This commit is contained in:
Bram Moolenaar
2021-11-30 18:25:08 +00:00
parent ab36e6ae7b
commit eba3b7f664
5 changed files with 44 additions and 13 deletions

View File

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