mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-04-27 17:11:25 +08:00
9e3fcc4cdb
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