fix warning separator colors out of sync between modes

This commit is contained in:
Bailey Ling 2013-08-10 13:17:32 +00:00
parent 2ca403053c
commit 1d46c5874b
1 changed files with 1 additions and 1 deletions

View File

@ -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