diff --git a/src/version.c b/src/version.c index f117830b68..edeab45a37 100644 --- a/src/version.c +++ b/src/version.c @@ -728,6 +728,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 902, /**/ 901, /**/ diff --git a/src/window.c b/src/window.c index fadbb92592..2b059bcf20 100644 --- a/src/window.c +++ b/src/window.c @@ -2070,6 +2070,7 @@ close_windows(buf, keep_curwin) --RedrawingDisabled; + redraw_tabline = TRUE; if (h != tabline_height()) shell_new_rows(); }