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

Don't show if only 1 buffer? #9

Closed dajuno closed 9 years ago

dajuno commented 9 years ago

Hi, is there a simple way to hack the plugin in order to only show the buftabline when more than 1 buffer is opened?

Thanks!

marius commented 9 years ago

:help g:buftabline_show

I set it to 1, which is what you want too.

dajuno commented 9 years ago

great, thanks a lot!