1
0
forked from aniani/vim

patch 8.2.1289: crash when using a custom completion function

Problem:    Crash when using a custom completion function.
Solution:   Initialize all of the expand_T. (closes #6532)
This commit is contained in:
Bram Moolenaar
2020-07-25 14:11:55 +02:00
parent 13e12b8a3c
commit c841afff6a
2 changed files with 4 additions and 11 deletions

View File

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