1
0
forked from aniani/vim

patch 8.2.4998: Vim9: crash when using multiple funcref()

Problem:    Vim9: crash when using multiple funcref().
Solution:   Check if varargs type is NULL. (closes #10467)
This commit is contained in:
Bram Moolenaar
2022-05-22 13:45:52 +01:00
parent 37233f6022
commit bce69d65dd
3 changed files with 48 additions and 1 deletions

View File

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