1
0
forked from aniani/vim

patch 9.0.0259: crash with mouse click when not initialized

Problem:    Crash with mouse click when not initialized.
Solution:   Check TabPageIdxs[] is not NULL.
This commit is contained in:
Bram Moolenaar
2022-08-24 19:27:45 +01:00
parent fd999452ad
commit 80525751c5
3 changed files with 81 additions and 62 deletions

View File

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