1
0
forked from aniani/vim

patch 8.2.0488: Vim9: compiling can break when using a lambda inside :def

Problem:    Vim9: Compiling can break when using a lambda inside :def.
Solution:   Do not keep a pointer to the dfunc_T for longer time.
This commit is contained in:
Bram Moolenaar
2020-03-31 23:32:31 +02:00
parent bd5da371aa
commit 05afceeddc
3 changed files with 36 additions and 23 deletions

View File

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