ap / vim-buftabline

Forget Vim tabs – now you can have buffer tabs
http://www.vim.org/scripts/script.php?script_id=5057
MIT License
782 stars 75 forks source link

:h causes buffer line to disapear #2

Closed ghost closed 9 years ago

ghost commented 9 years ago

This issue appears only when g:buftabline_show is set to 1.

To reproduce:

  1. Open two buffers, causing the buffer line to appear.
  2. Invoke :h, causing the buffer line to dissapear

Closing the help dialogue didn't restore the buffer line for me. I had to BufDelete all my buffers and then open two new ones for it to appear again.

ap commented 9 years ago

Thanks for the report. It is clearly a bug for the tabline to disappear when there are still multiple buffers. I’ll investigate.

In the meantime: I can make the tabline reappear by simply doing :enew, and this should be enough in general. It would be useful to me to know whether this works for you as well.

ap commented 9 years ago

Fixed.

I would be grateful if you can answer my other question before pulling the fix.

ghost commented 9 years ago

Yes, :enew did make the tabline reappear.

ap commented 9 years ago

Thanks.