summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-05-05 14:19:20 +0200
committerBram Moolenaar <Bram@vim.org>2019-05-05 14:19:20 +0200
commitce79353ace9e21238f13655089363cd23cbb6b32 (patch)
tree468d76aa7641a5b926f37da1fcf0aec1f38ce645 /src/version.c
parentf653a6bcff48161b56eeb3a584011aab6665f1e7 (diff)
downloadvim-git-ce79353ace9e21238f13655089363cd23cbb6b32.tar.gz
patch 8.1.1274: after :unmenu can still execute the menu with :emenuv8.1.1274
Problem: After :unmenu can still execute the menu with :emenu. Solution: Do not execute a menu that was disabled for the specified mode.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index c8038f36f..a2e23978d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -768,6 +768,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1274,
+/**/
1273,
/**/
1272,