[add] check vista's toggle

This commit is contained in:
kazukazuinaina 2020-03-28 18:15:29 +09:00
parent 0278e9095d
commit e671a68b48

View File

@ -3,6 +3,9 @@
" vim: et ts=2 sts=2 sw=2
scriptencoding utf-8
if !get(g:, 'loaded_vista', 0)
finish
endif
function! airline#extensions#vista#currenttag()
if get(w:, 'airline_active', 0)