Avoid errors when setting airline theme if no scheme selected

This commit is contained in:
ViViDboarder 2013-12-03 15:55:08 -08:00
parent b84dfa7a60
commit ddaceb71c9

View File

@ -160,6 +160,7 @@ try
catch /^Vim\%((\a\+)\)\=:E185/ catch /^Vim\%((\a\+)\)\=:E185/
" Colorschemes not installed yet " Colorschemes not installed yet
" This happens when first installing bundles " This happens when first installing bundles
colorscheme default
endtry endtry
" Set Airline theme " Set Airline theme