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

Indicators for modified and read only file #21

Open soudy opened 7 years ago

soudy commented 7 years ago

The one thing I found missing in this buffer bar compared to airline's buffer bar is an indicator showing if a file is changed or read only by some indicator in the tab. Airline uses a ‘+’ to indicate change and (I think) a ‘-’ to indicate read-only. It would look like this: Indicators for modified and read only file

I have implemented this for myself already, so if you agree I can submit a PR.

ap commented 7 years ago

Adding a read-only indicator sounds good, that’s not currently supported. But a modified indicator already is. I’m surprised you would miss g:buftabline_indicators not just in the docs but in the code as well.

soudy commented 7 years ago

I just completely missed that one, my bad!

Industrial commented 7 years ago

:+1: