mirror of
https://github.com/vim-airline/vim-airline.git
synced 2024-11-23 01:02:51 +08:00
parent
a3bdb10aea
commit
b7d3feb4d2
|
@ -96,7 +96,7 @@ function! s:airline_toggle()
|
||||||
|
|
||||||
autocmd GUIEnter,ColorScheme * call <sid>on_colorscheme_changed()
|
autocmd GUIEnter,ColorScheme * call <sid>on_colorscheme_changed()
|
||||||
" Refresh airline for :syntax off
|
" Refresh airline for :syntax off
|
||||||
autocmd SourcePre *syntax.vim call <sid>airline_refresh()
|
autocmd SourcePre */syntax/*syntax.vim call <sid>airline_refresh()
|
||||||
autocmd VimEnter,WinEnter,BufWinEnter,FileType,BufUnload *
|
autocmd VimEnter,WinEnter,BufWinEnter,FileType,BufUnload *
|
||||||
\ call <sid>on_window_changed()
|
\ call <sid>on_window_changed()
|
||||||
if exists('#CompleteDone')
|
if exists('#CompleteDone')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user