Problem: Checking for ambigous width is not working. (Hirohito Higashi)
Solution: Reset "starting" earlier.
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();
RedrawingDisabled = 0;
redraw_all_later(NOT_VALID);
no_wait_return = FALSE;
- starting = 0;
/* 'autochdir' has been postponed */
DO_AUTOCHDIR
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 629,
/**/
628,
/**/