]> granicus.if.org Git - vim/commitdiff
updated for version 7.0-176 v7.0.176
authorBram Moolenaar <Bram@vim.org>
Tue, 5 Dec 2006 20:29:56 +0000 (20:29 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 5 Dec 2006 20:29:56 +0000 (20:29 +0000)
src/menu.c
src/version.c

index 926f4c1247e47dc86e04fba43ae0ac8982ee39f3..f0683512ec5f8205895e1c9584aa44d88f78f98f 100644 (file)
@@ -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]);
index 1e320534a80524aef3ce84c0f074ebb173d6379f..531c126720a81d921e928f043fd67a87f512ec2c 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    176,
 /**/
     175,
 /**/