1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2022-06-29 21:16:58 +01:00
parent 83e11800cc
commit 083692d598
3 changed files with 17 additions and 2 deletions

View File

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