preservim / tagbar

Vim plugin that displays tags in a window, ordered by scope
https://preservim.github.io/tagbar
Other
6.1k stars 485 forks source link

Fix for #783 - set colorcolumn to empty string (default) for local tagbar window #797

Closed raven42 closed 2 years ago

raven42 commented 2 years ago

Closes #783

Do a setlocal colorcolumn="" for the tagbar window initialization to disable the colorcolumn feature in the tagbar window. As per vim documentation, the colorcolumn field is a string and defaults to an empty string.