mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-01-09 21:12:22 +08:00
upgrade replace to a mode of its own.
This commit is contained in:
@@ -58,8 +58,9 @@ endfunction
|
||||
function! s:airline_theme(...)
|
||||
if a:0
|
||||
call airline#load_theme(a:1)
|
||||
else
|
||||
echo g:airline_theme
|
||||
endif
|
||||
echo g:airline_theme
|
||||
endfunction
|
||||
command! -nargs=? -complete=customlist,<sid>get_airline_themes AirlineTheme call <sid>airline_theme(<f-args>)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user