parent
d283a25e3f
commit
4d0233ebdb
@ -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 *nosyntax.vim call <sid>airline_refresh()
|
autocmd SourcePre *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