vim-buftabline icon indicating copy to clipboard operation
vim-buftabline copied to clipboard

Indicators for modified and read only file

Open soudy opened this issue 7 years ago • 3 comments

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.

soudy avatar Aug 08 '16 11:08 soudy

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.

ap avatar Aug 08 '16 16:08 ap

I just completely missed that one, my bad!

soudy avatar Aug 08 '16 21:08 soudy

:+1:

Industrial avatar Aug 22 '16 17:08 Industrial