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:
committed by
Bram Moolenaar
parent
01a4dcbcee
commit
7645da568c
@@ -440,6 +440,7 @@ free_all_mem(void)
|
||||
free_prev_shellcmd();
|
||||
free_regexp_stuff();
|
||||
free_tag_stuff();
|
||||
free_xim_stuff();
|
||||
free_cd_dir();
|
||||
# ifdef FEAT_SIGNS
|
||||
free_signs();
|
||||
|
Reference in New Issue
Block a user