From: Bram Moolenaar Date: Wed, 28 Nov 2012 18:10:54 +0000 (+0100) Subject: updated for version 7.3.741 X-Git-Tag: v7.3.741 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2e18a12780b48bf6f1b88aeb5094341d7039a5bc;p=thirdparty%2Fvim.git updated for version 7.3.741 Problem: Tiny build fails. Solution: Move #ifdef. (Ike Devolder) --- diff --git a/src/ex_docmd.c b/src/ex_docmd.c index 97b836e005..e5703ef79b 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c @@ -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; diff --git a/src/version.c b/src/version.c index e8996e3583..a7a656939c 100644 --- a/src/version.c +++ b/src/version.c @@ -725,6 +725,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 741, /**/ 740, /**/