mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-10 05:51:49 +08:00
update the ctrlp theme when the airline theme changes
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
function! airline#extensions#ctrlp#load_ctrlp_hi()
|
||||
let load_theme = g:airline#themes#{g:airline_theme}#normal
|
||||
function! airline#extensions#ctrlp#load_theme()
|
||||
if exists('g:airline#themes#{g:airline_theme}#ctrlp')
|
||||
let theme = g:airline#themes#{g:airline_theme}#ctrlp
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user