commit | 80525751c5ce9ed82c41d83faf9ef38667bf61b1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 24 19:27:45 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 24 19:27:45 2022 +0100 |
tree | 5d4d47c5f6cf6cadd6b156d1a50da854120a9a81 | |
parent | fd999452adaf529a30d78844b5fbee355943da29 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 474cbcb..b1943bb 100644 --- a/src/version.c +++ b/src/version.c
@@ -732,6 +732,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 259, +/**/ 258, /**/ 257,