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

View File

@ -32,7 +32,6 @@ endfunction
function! airline#reload_highlight() function! airline#reload_highlight()
call airline#highlight(['inactive']) call airline#highlight(['inactive'])
call airline#highlight(['normal']) call airline#highlight(['normal'])
call airline#themes#exec_highlight_separator('Al2', 'warningmsg')
endfunction endfunction
function! airline#load_theme(name) function! airline#load_theme(name)
@ -56,6 +55,7 @@ function! airline#highlight(modes)
endfor endfor
endif endif
endfor endfor
call airline#themes#exec_highlight_separator('Al2', 'warningmsg')
endfunction endfunction
" for 7.2 compatibility " for 7.2 compatibility