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 #784 - add additional option for `g:tagbar_wrap` #785

Closed raven42 closed 2 years ago

raven42 commented 2 years ago

Closes #784

Adding additional setting to g:tagbar_wrap to allow for more granular control of the linebreak functionality. If set to 1, linebreak will also be set. If set to 2, linebreak will be disabled.

g:tagbar_wrap was added in #659