1
0
forked from aniani/vim

patch 8.2.1482: Vim9: crash when using a nested lambda

Problem:    Vim9: crash when using a nested lambda.
Solution:   Do not clear the growarray when not evaluating.  Correct pointer
when getting the next line. (closes #6731)
This commit is contained in:
Bram Moolenaar
2020-08-18 22:32:03 +02:00
parent 3affe7a6c6
commit aeb2bdd0de
4 changed files with 18 additions and 3 deletions

View File

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