diff --git a/src/screen.c b/src/screen.c index 909a60658c..abbd9112d3 100644 --- a/src/screen.c +++ b/src/screen.c @@ -4646,6 +4646,8 @@ win_line(wp, lnum, startrow, endrow, nochange) else if (c != NUL) { p_extra = transchar(c); + if (n_extra == 0) + n_extra = byte2cells(c) - 1; #ifdef FEAT_RIGHTLEFT if ((dy_flags & DY_UHEX) && wp->w_p_rl) rl_mirror(p_extra); /* reverse "<12>" */ diff --git a/src/version.c b/src/version.c index 6b730cb688..84bc24a514 100644 --- a/src/version.c +++ b/src/version.c @@ -734,6 +734,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 371, /**/ 370, /**/