summaryrefslogtreecommitdiffstats
path: root/src/menu.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-12-05 20:29:56 +0000
committerBram Moolenaar <Bram@vim.org>2006-12-05 20:29:56 +0000
commit9c4b4ab3a60b34bf22d3b61ddcf781b6b112d219 (patch)
tree69f0f52ae442576f8af68924c167a66ac0fdb166 /src/menu.c
parent61b974b9ee69aac0bdbc96a5387f511063920614 (diff)
updated for version 7.0-176v7.0.176
Diffstat (limited to 'src/menu.c')
-rw-r--r--src/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu.c b/src/menu.c
index 926f4c1247..f0683512ec 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]);