diff --git a/src/ex_docmd.c b/src/ex_docmd.c index 311f4f0e91..97b836e005 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c @@ -1536,6 +1536,8 @@ do_cmdline(cmdline, fgetline, cookie, flags) if_level = 0; #endif + did_endif = FALSE; /* in case do_cmdline used recursively */ + --call_depth; return retval; } diff --git a/src/version.c b/src/version.c index 058ffbc0e0..b8c29dc512 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 */ +/**/ + 737, /**/ 736, /**/