]> granicus.if.org Git - vim/commit
patch 8.1.1274: after :unmenu can still execute the menu with :emenu v8.1.1274
authorBram Moolenaar <Bram@vim.org>
Sun, 5 May 2019 12:19:20 +0000 (14:19 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 May 2019 12:19:20 +0000 (14:19 +0200)
commitce79353ace9e21238f13655089363cd23cbb6b32
tree468d76aa7641a5b926f37da1fcf0aec1f38ce645
parentf653a6bcff48161b56eeb3a584011aab6665f1e7
patch 8.1.1274: after :unmenu can still execute the menu with :emenu

Problem:    After :unmenu can still execute the menu with :emenu.
Solution:   Do not execute a menu that was disabled for the specified mode.
src/menu.c
src/testdir/test_menu.vim
src/version.c