1
0
forked from aniani/vim

patch 8.2.2572: Vim9: crash when getting the types for a legacy function

Problem:    Vim9: crash when getting the types for a legacy function.
Solution:   Initialize the type list growarray. (closes #7929)
This commit is contained in:
Bram Moolenaar
2021-03-05 21:35:47 +01:00
parent 8c801b374b
commit 18062fcad6
3 changed files with 18 additions and 1 deletions

View File

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