comparison src/version.c @ 29332:a538982f74ea v9.0.0009

patch 9.0.0009: going past the end of a menu item with only modifier Commit: https://github.com/vim/vim/commit/083692d598139228e101b8c521aaef7bcf256e9a Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 29 21:16:58 2022 +0100 patch 9.0.0009: going past the end of a menu item with only modifier Problem: Going past the end of a menu item with only modifier. Solution: Check for NUL.
author Bram Moolenaar <Bram@vim.org>
date Wed, 29 Jun 2022 22:30:03 +0200
parents 948c947cb1ed
children 72d1b2ea70dc
comparison
equal deleted inserted replaced
29331:d78c62e61b42 29332:a538982f74ea
733 NULL 733 NULL
734 }; 734 };
735 735
736 static int included_patches[] = 736 static int included_patches[] =
737 { /* Add new patch number below this line */ 737 { /* Add new patch number below this line */
738 /**/
739 9,
738 /**/ 740 /**/
739 8, 741 8,
740 /**/ 742 /**/
741 7, 743 7,
742 /**/ 744 /**/