mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-18 12:00:23 +01:00
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.