mirror of
https://github.com/gryf/tagbar.git
synced 2026-02-01 13:35:45 +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.