mirror of
https://github.com/gryf/tagbar.git
synced 2026-05-05 05:20:55 +02:00
768cd6b908
If ctags isn't installed, then until now most of the autoload script would have been skipped, leaving functions like tagbar#currenttag() undefined. Move the ctags check to the exuberant-ctags checking function to prevent errors in this case.