utils
utils copied to clipboard
extra ":header" for vwtags
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?
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.