forked from aniani/vim
patch 8.2.3788: lambda for option that is a function may be freed
Problem: Lambda for option that is a function may be garbage collected.
Solution: Set a reference in the funcref. (Yegappan Lakshmanan,
closes #9330)
This commit is contained in:
committed by
Bram Moolenaar
parent
6e371ecb27
commit
6ae8fae869
@@ -753,6 +753,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3788,
|
||||
/**/
|
||||
3787,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user