mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-09-21 17:18:33 +02:00
parent
e4f586b76b
commit
b5f2eb418a
@ -172,6 +172,10 @@ function! s:airline_toggle()
|
|||||||
" Force update of tabline more often
|
" Force update of tabline more often
|
||||||
autocmd InsertEnter,InsertLeave,CursorMovedI * :call airline#update_tabline()
|
autocmd InsertEnter,InsertLeave,CursorMovedI * :call airline#update_tabline()
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if exists("##ModeChanged")
|
||||||
|
autocmd ModeChanged * :call airline#update_tabline()
|
||||||
|
endif
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
if !airline#util#stl_disabled(winnr())
|
if !airline#util#stl_disabled(winnr())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user