mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-28 22:56:52 +08:00
commit 232b641 did unfortunately disable tagbar completely, since
exists("*func") does not autoload the function.
So this time, try explicitly calling the function once, and if it does
not exists, it should be disabled and not cause any further errors.
closes #1555