1
0
forked from aniani/vim

patch 8.2.3735: cannot use a lambda for 'imactivatefunc'

Problem:    Cannot use a lambda for 'imactivatefunc'.
Solution:   Add lambda support for 'imactivatefunc' and 'imstatusfunc'.
            (Yegappan Lakshmanan, closes #9275)
This commit is contained in:
Yegappan Lakshmanan
2021-12-04 14:02:30 +00:00
committed by Bram Moolenaar
parent 01a4dcbcee
commit 7645da568c
8 changed files with 215 additions and 16 deletions

View File

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