From 9c4b4ab3a60b34bf22d3b61ddcf781b6b112d219 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 5 Dec 2006 20:29:56 +0000 Subject: [PATCH] updated for version 7.0-176 --- src/menu.c | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/menu.c b/src/menu.c index 926f4c124..f0683512e 100644 --- a/src/menu.c +++ b/src/menu.c @@ -2246,7 +2246,7 @@ ex_emenu(eap) { /* When executing a script or function execute the commands right now. * Otherwise put them in the typeahead buffer. */ -#ifdef FEAT_En +#ifdef FEAT_EVAL if (current_SID != 0) exec_normal_cmd(menu->strings[idx], menu->noremap[idx], menu->silent[idx]); diff --git a/src/version.c b/src/version.c index 1e320534a..531c12672 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 176, /**/ 175, /**/ -- 2.50.1