preservim / tagbar

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

Correct the behavior of the custom ctagsbin override #881

Closed raven42 closed 1 month ago

raven42 commented 1 month ago

Closes #878

In the event the user has defined a custom ctagsbin for a specific type, and they have also defined the kinds, then we do not want to override that choice. Instead only override the kinds if the custom ctagsbin is set without the kinds being provided.