commit | 9c4b4ab3a60b34bf22d3b61ddcf781b6b112d219 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 05 20:29:56 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 05 20:29:56 2006 +0000 |
tree | 69f0f52ae442576f8af68924c167a66ac0fdb166 | |
parent | 61b974b9ee69aac0bdbc96a5387f511063920614 [diff] [blame] |
updated for version 7.0-176
diff --git a/src/menu.c b/src/menu.c index 926f4c1..f068351 100644 --- a/src/menu.c +++ b/src/menu.c
@@ -2246,7 +2246,7 @@ { /* 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]);