comparison src/version.c @ 29841:b37b74ea8dee v9.0.0259

patch 9.0.0259: crash with mouse click when not initialized Commit: https://github.com/vim/vim/commit/80525751c5ce9ed82c41d83faf9ef38667bf61b1 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 24 19:27:45 2022 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Wed, 24 Aug 2022 20:30:03 +0200
parents d9c08ff57474
children 256418aa72ed
comparison
equal deleted inserted replaced
29840:b15334beeaa4 29841:b37b74ea8dee
729 NULL 729 NULL
730 }; 730 };
731 731
732 static int included_patches[] = 732 static int included_patches[] =
733 { /* Add new patch number below this line */ 733 { /* Add new patch number below this line */
734 /**/
735 259,
734 /**/ 736 /**/
735 258, 737 258,
736 /**/ 738 /**/
737 257, 739 257,
738 /**/ 740 /**/