update the ctrlp theme when the airline theme changes

This commit is contained in:
Bailey Ling
2013-07-27 14:02:43 +00:00
parent 4683616391
commit d1ee91eadf
3 changed files with 14 additions and 5 deletions

View File

@@ -33,6 +33,7 @@ function! airline#load_theme(name)
let w:airline_lastmode = ''
call airline#highlight(['inactive'])
call airline#update_highlight()
call airline#extensions#load_theme()
endfunction
function! airline#highlight(modes)