1
0
forked from aniani/vim

patch 8.1.1834: cannot use a lambda as a method

Problem:    Cannot use a lambda as a method.
Solution:   Implement ->{lambda}(). (closes #4768)
This commit is contained in:
Bram Moolenaar
2019-08-09 23:25:08 +02:00
parent 0c779e8e48
commit 22a0c0c4ec
4 changed files with 120 additions and 48 deletions

View File

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