upgrade replace to a mode of its own.

This commit is contained in:
Bailey Ling
2013-07-11 03:03:27 +00:00
parent 150cd09d38
commit 78946af962
9 changed files with 77 additions and 58 deletions

View File

@@ -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>)