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]);
diff --git a/src/version.c b/src/version.c
index 1e32053..531c126 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    176,
+/**/
     175,
 /**/
     174,