1
0
forked from aniani/vim

patch 8.2.1434: Vim9: crash when lambda uses outer function argument

Problem:    Vim9: crash when lambda uses outer function argument.
Solution:   Set the flag that the outer context is used.
This commit is contained in:
Bram Moolenaar
2020-08-12 19:42:01 +02:00
parent ba60cc45e7
commit fd77748df2
3 changed files with 18 additions and 0 deletions

View File

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