mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-07 04:34:26 +08:00
Merge pull request #2098 from kazukazuinaina/add_check_vista_toggle
[add] check vista's toggle
This commit is contained in:
@@ -3,6 +3,9 @@
|
|||||||
" vim: et ts=2 sts=2 sw=2
|
" vim: et ts=2 sts=2 sw=2
|
||||||
|
|
||||||
scriptencoding utf-8
|
scriptencoding utf-8
|
||||||
|
if !get(g:, 'loaded_vista', 0)
|
||||||
|
finish
|
||||||
|
endif
|
||||||
|
|
||||||
function! airline#extensions#vista#currenttag()
|
function! airline#extensions#vista#currenttag()
|
||||||
if get(w:, 'airline_active', 0)
|
if get(w:, 'airline_active', 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user