]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.3.743 v7.3.743
authorBram Moolenaar <Bram@vim.org>
Wed, 28 Nov 2012 22:03:07 +0000 (23:03 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 28 Nov 2012 22:03:07 +0000 (23:03 +0100)
Problem:    Tiny build still fails.
Solution:   Add #else in the right place.

src/ex_docmd.c
src/version.c

index e5703ef79b8053cd30d0d05c48226086d34a3273..6c3b6f4e89fbc07ef75591d70c94b1389a958054 100644 (file)
@@ -1528,14 +1528,14 @@ do_cmdline(cmdline, fgetline, cookie, flags)
        }
     }
 
-#ifndef FEAT_EVAL
+#ifdef FEAT_EVAL
+    did_endif = FALSE;  /* in case do_cmdline used recursively */
+#else
     /*
      * Reset if_level, in case a sourced script file contains more ":if" than
      * ":endif" (could be ":if x | foo | endif").
      */
     if_level = 0;
-
-    did_endif = FALSE;  /* in case do_cmdline used recursively */
 #endif
 
     --call_depth;
index 4647f960a58c46c324d27ac2fd1285d158245cad..9bc2ebf2134f1845961912ae42645a4b5b4eeff1 100644 (file)
@@ -725,6 +725,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    743,
 /**/
     742,
 /**/