preservim / tagbar

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

Correct the behavior of the custom ctagsbin override #881

Closed raven42 closed 5 months ago

raven42 commented 5 months 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.