1
0
forked from aniani/vim

patch 8.2.2113: MS-Windows GUI: crash after using ":set guifont=" four times

Problem:    MS-Windows GUI: crash after using ":set guifont=" four times.
Solution:   Check for NULL pointer. (Ken Takata, closes #7434)
This commit is contained in:
Bram Moolenaar
2020-12-08 21:12:40 +01:00
parent ac665c24c9
commit 1b3e0727ce
3 changed files with 11 additions and 1 deletions

View File

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