]> granicus.if.org Git - vim/commit
patch 9.0.0009: going past the end of a menu item with only modifier v9.0.0009
authorBram Moolenaar <Bram@vim.org>
Wed, 29 Jun 2022 20:16:58 +0000 (21:16 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 29 Jun 2022 20:16:58 +0000 (21:16 +0100)
commit083692d598139228e101b8c521aaef7bcf256e9a
tree237ad8cec0b948b2793e040fa7b8957e0f97fbd8
parent83e11800cc3775de3135ac7d823137c8c1e87fa1
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.
src/message.c
src/testdir/test_menu.vim
src/version.c