summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-11-28 19:10:54 +0100
committerBram Moolenaar <Bram@vim.org>2012-11-28 19:10:54 +0100
commit2e18a12780b48bf6f1b88aeb5094341d7039a5bc (patch)
tree756352842fc1001a2f925af64b5953648abfbbbe
parent97d4ea71d613ab69c25851950f9299687a80da01 (diff)
downloadvim-git-2e18a12780b48bf6f1b88aeb5094341d7039a5bc.tar.gz
updated for version 7.3.741v7.3.741
Problem: Tiny build fails. Solution: Move #ifdef. (Ike Devolder)
-rw-r--r--src/ex_docmd.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ex_docmd.c b/src/ex_docmd.c
index 97b836e00..e5703ef79 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 e8996e358..a7a656939 100644
--- a/src/version.c
+++ b/src/version.c
@@ -726,6 +726,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 741,
+/**/
740,
/**/
739,