utils icon indicating copy to clipboard operation
utils copied to clipboard

extra ":header" for vwtags

Open liuyang1 opened this issue 11 years ago • 1 comments

I like vwtags plugin, and it works great. However, tagbar show every tag with ": header". This is extra message, and when i have many "header", this seems annoying.

I check the tagbar interface, not find how to remove this. Who can fix it, or give me any hints?

liuyang1 avatar Nov 06 '14 08:11 liuyang1

Yes, it's a bit annoying. In the tag format specification in your .vimrc, you can replace the 'header' in the value for 'kind2scope' by ' ' (notice the space). Then the "header" is gone, but the colon is still there.

EinfachToll avatar Nov 12 '14 10:11 EinfachToll