0
0
mirror of https://github.com/vim/vim.git synced 2025-10-06 05:44:14 -04:00

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 687a29c5e2
commit 4c7e9db0d6
2 changed files with 3 additions and 0 deletions

View File

@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
902,
/**/
901,
/**/

View File

@@ -2070,6 +2070,7 @@ close_windows(buf, keep_curwin)
--RedrawingDisabled;
redraw_tabline = TRUE;
if (h != tabline_height())
shell_new_rows();
}