Yakov Lerner wrote:
On 8/6/06, A.J.Mechelynck <[EMAIL PROTECTED]> wrote:
Yakov Lerner wrote:
> % vim -u NONE -U NONE
> ix<esc> " make 1st buffer modified
> :tabnew<cr> " create 2nd tab
> ix<esc> " make 2nd buffer modified
> :tabclose! 1 "delete non-last tab
>
> " ^^^ watch the tabline after tabclose command.
What do you see with -u NONE ?
This *is* with -u NONE, Antonie. This is console vim,
In gvim, tabline is refreshed as expected. In console vim -u NONE,
tabline is not refreshed. vim 7.0.42.
[...]
Hm. In console Vim, I see the tab line still showing 2 tabs. After
Ctrl-L it disappears, but the text doesn't go up (there is a blank line
where the tabs used to be). Setting 'showtabline' to 2 then back to 1
restores the display to what it should be.
With 'showtabline' set to 2 before opening and closing tabs, the tab
line is updated as it should, even with (otherwise) -u NONE in console Vim
Hmm... Sounds like a bug to me.
Best regards,
Tony.