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

Fix error caused by buftabline_plug_max = 0 #51

Closed 110y closed 6 years ago

110y commented 6 years ago

When I set g:buftabline_plug_max to 0, caught a error of E108: No such variable: "s:n" caused by unlet s:n. How about this fix?

ap commented 6 years ago

I prefer a simpler fix, but good point. Thanks. 😊

ap commented 6 years ago

(Argh. Added -a to git commit mistakenly.)

110y commented 6 years ago

Thank you for your work 👍