1
0
forked from aniani/vim

patch 8.2.3767: crash when using NULL partial

Problem:    Crash when using NULL partial.
Solution:   Check for NULL.
This commit is contained in:
Bram Moolenaar
2021-12-09 17:44:01 +00:00
parent c4ec338fb8
commit e8a92b6166
2 changed files with 3 additions and 1 deletions

View File

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