vim-buftabline
vim-buftabline copied to clipboard
Indicators for modified and read only file
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:
I have implemented this for myself already, so if you agree I can submit a PR.
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.
I just completely missed that one, my bad!
:+1: