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

Changed the minimum required version of vim from 7.0 to 7.3 because strwidth() is required #10

Closed bitbrian closed 8 years ago

bitbrian commented 8 years ago

strwidth() is used in the code which wasn't introduced until 7.3. So trying to load this plugin on, for example, vim 7.2 causes errors when loading vim.

ap commented 8 years ago

Pushed as 4e3e3eb2eda281c. Thank you for the patch.