preservim / tagbar

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

Better handling for typeinfo.deffile #777

Closed raven42 closed 3 years ago

raven42 commented 3 years ago

Closes #776

Change the ordering of the --options field when executing ctags. This allows overrides of things like the ---kinds definitions to omit certain kinds.

Also add check to ensure the typeinfo.deffile exists before attempting to use it in the ctags arguments.