Tabline is not updated when closing window in other tabpage.
Steps to reproduce:
On Windows Vista and Ubuntu+GTK2
$ gvim -u NONE
:tabnew
:1bwipeout
Then, first tabpage still remains.
$ vim -u NONE
:set tabline=%{bufexists(1)}
:new
:tabnew
:1bwipeout
Then, tabline is still "1".
I wrote patch for this problem.
Please check the following patch.
diff -r 9b772e48f79e src/window.c
--- a/src/window.c Fri Apr 12 15:09:51 2013 +0200
+++ b/src/window.c Sat Apr 13 21:38:04 2013 +0900
@@ -2070,6 +2070,7 @@
--RedrawingDisabled;
+ redraw_tabline = TRUE;
if (h != tabline_height())
shell_new_rows();
}
--
Yukihiro Nakadaira - [email protected]
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.