1
0
forked from aniani/vim

patch 9.0.0366: cannot use import->Func() in lambda

Problem:    Cannot use import->Func() in lambda. (Israel Chauca Fuentes)
Solution:   Adjust how an expression in a lambda is parsed. (closes #11042)
This commit is contained in:
Bram Moolenaar
2022-09-03 12:09:07 +01:00
parent 91a874eb88
commit 6ac69ed9a2
3 changed files with 41 additions and 3 deletions

View File

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