don't complain about not having lucius colorscheme during install

This commit is contained in:
Haak Saxberg 2014-05-27 05:46:46 +00:00
parent 6afbc9fa3f
commit b6fa9b2536

View file

@ -97,7 +97,11 @@ filetype on
filetype plugin indent on filetype plugin indent on
syntax on syntax on
colorscheme lucius try
colorscheme lucius
catch
" deal with it
endtry
set t_Co=256 set t_Co=256
if &term =~ 'xterm-color' if &term =~ 'xterm-color'