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

Give user a chance to change tabline option #34

Closed tracyone closed 6 years ago

tracyone commented 7 years ago

here is my setting of your plugin:

    set showtabline=1  
    let g:buftabline_numbers=2
    let g:buftabline_show=1
    let g:buftabline_indicators=1

I have noticed that tabline option is empty when tab is opened.

This will cause visual differences in mccvim and gvim .

2017-07-15 8 39 14 2017-07-15 8 39 23
ap commented 7 years ago

I think #22 would cover this case, wouldn’t it?