updated for version 7.3.902

Problem:    When deleting last buffer in other tab the tabline is not updated.
Solution:   Set the redraw_tabline flag. (Yukihiro Nakadaira)
This commit is contained in:
Bram Moolenaar
2013-04-15 15:55:19 +02:00
parent 08b78941de
commit c7d3e55b3b
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
902,
/**/
901,
/**/
+1
View File
@@ -2070,6 +2070,7 @@ close_windows(buf, keep_curwin)
--RedrawingDisabled;
redraw_tabline = TRUE;
if (h != tabline_height())
shell_new_rows();
}