mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2025-02-24 06:35:25 +08:00
fix warning separator colors out of sync between modes
This commit is contained in:
parent
2ca403053c
commit
1d46c5874b
@ -32,7 +32,6 @@ endfunction
|
||||
function! airline#reload_highlight()
|
||||
call airline#highlight(['inactive'])
|
||||
call airline#highlight(['normal'])
|
||||
call airline#themes#exec_highlight_separator('Al2', 'warningmsg')
|
||||
endfunction
|
||||
|
||||
function! airline#load_theme(name)
|
||||
@ -56,6 +55,7 @@ function! airline#highlight(modes)
|
||||
endfor
|
||||
endif
|
||||
endfor
|
||||
call airline#themes#exec_highlight_separator('Al2', 'warningmsg')
|
||||
endfunction
|
||||
|
||||
" for 7.2 compatibility
|
||||
|
Loading…
x
Reference in New Issue
Block a user