mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-01-01 00:53:21 +08:00
reload colors when tomorrow theme changes
This commit is contained in:
@@ -93,7 +93,7 @@ command! -nargs=? -complete=customlist,<sid>get_airline_themes AirlineTheme call
|
||||
|
||||
augroup airline
|
||||
autocmd!
|
||||
autocmd ColorScheme * call airline#highlight(['normal'])
|
||||
autocmd ColorScheme * call airline#reload_highlight()
|
||||
autocmd WinEnter,BufWinEnter,FileType,BufUnload,ShellCmdPost *
|
||||
\ call <sid>on_window_changed()
|
||||
autocmd CursorMoved * call <sid>sync_active_winnr()
|
||||
|
||||
Reference in New Issue
Block a user