diff --git a/src/main.c b/src/main.c index 0c7aa98462..e30701c672 100644 --- a/src/main.c +++ b/src/main.c @@ -792,6 +792,9 @@ vim_main2(void) if (params.n_commands > 0) exe_commands(¶ms); + /* Must come before the may_req_ calls. */ + starting = 0; + #if defined(FEAT_TERMRESPONSE) && defined(FEAT_MBYTE) /* Must be done before redrawing, puts a few characters on the screen. */ may_req_ambiguous_char_width(); @@ -800,7 +803,6 @@ vim_main2(void) RedrawingDisabled = 0; redraw_all_later(NOT_VALID); no_wait_return = FALSE; - starting = 0; /* 'autochdir' has been postponed */ DO_AUTOCHDIR diff --git a/src/version.c b/src/version.c index 4b98f44573..bc6a12daa3 100644 --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 629, /**/ 628, /**/