commit | ce79353ace9e21238f13655089363cd23cbb6b32 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 05 14:19:20 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 05 14:19:20 2019 +0200 |
tree | 468d76aa7641a5b926f37da1fcf0aec1f38ce645 | |
parent | f653a6bcff48161b56eeb3a584011aab6665f1e7 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index c8038f3..a2e2397 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1274, +/**/ 1273, /**/ 1272,