add highlighter class

This commit is contained in:
Bailey Ling
2013-08-17 12:50:07 +00:00
parent c017c9fbb3
commit 2f92346194
6 changed files with 84 additions and 63 deletions

View File

@@ -22,7 +22,7 @@ function! airline#extensions#ctrlp#load_theme()
\ g:airline#themes#{g:airline_theme}#insert['airline_a'])
endif
for key in keys(theme)
call airline#exec_highlight(key, theme[key])
call airline#highlighter#exec(key, theme[key])
endfor
endfunction