mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-07-09 18:19:18 +08:00
6716572b30
Because Tlist_Get_Filenames() only exists within yegappan/taglist, TlistUpdate was being envoked on every call when using other taglist versions.(Like vim-scripts/taglist.) This caused visual artifacts and slowdowns. We now check for a function from both taglist variants to see if either one has been loaded.