mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-06 12:14:24 +08:00
add highlighter class
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user