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

let BufTabLine.Go function support more than 10 #41

Closed iwifigame closed 6 years ago

ap commented 6 years ago

Thank you for the patch. I have refactored the code a little and amended the commit; it’s pushed as 680471738fe1fcaab95d64f00004fb7d41a7d43a.

I don’t like just dumping 99 mappings in every user’s lap, though… that’s a lot of clutter when you’re looking at the :map output. And for users who don’t need them, there’s no benefit to it. So I’ve also added 1c59cb64d6d8c864e3a5e6df037b265a056a2f5f, which makes the number configurable and sets the default at 10, like it has been so far. For you, that means you’ll need to set the new setting to 99 in your Vim configuration.

Share and enjoy. 😊