]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.3.741 v7.3.741
authorBram Moolenaar <Bram@vim.org>
Wed, 28 Nov 2012 18:10:54 +0000 (19:10 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 28 Nov 2012 18:10:54 +0000 (19:10 +0100)
Problem:    Tiny build fails.
Solution:   Move #ifdef. (Ike Devolder)

src/ex_docmd.c
src/version.c

index 97b836e005964cc8f9ee7fe1b8dddf062ca1b99d..e5703ef79b8053cd30d0d05c48226086d34a3273 100644 (file)
@@ -1534,9 +1534,9 @@ do_cmdline(cmdline, fgetline, cookie, flags)
      * ":endif" (could be ":if x | foo | endif").
      */
     if_level = 0;
-#endif
 
     did_endif = FALSE;  /* in case do_cmdline used recursively */
+#endif
 
     --call_depth;
     return retval;
index e8996e3583c9b4ccf0a4fcf6c7b4c099aa52c156..a7a656939c994cc76ce4ef8967078ffcaaa4e847 100644 (file)
@@ -725,6 +725,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    741,
 /**/
     740,
 /**/