mirror of
https://github.com/gryf/tagbar.git
synced 2026-05-04 04:40:53 +02:00
68a77323cb
* Add option for g:tagbar_highlight_current_tag Closes #708 Add option for g:tagbar_highlight_current_tag which will allow highlighting of tags on the current line in addition to highlighting the scoped tags. Reverts the behavior added in #638 to the default from before that commit * Rework to allow direct configuration of highlight method * Address review comments