mirror of
https://github.com/gryf/tagbar.git
synced 2026-05-05 13:23:00 +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.