forgot to return execute back in place

This commit is contained in:
2016-02-27 12:37:46 -08:00
parent 9ee851732b
commit 5c16f38239

4
vimrc
View File

@@ -9,7 +9,7 @@ let have_plug=filereadable(plug_path)
if(!have_plug && executable('curl'))
echo "Installing Plug"
echo '!curl -fLo "' . plug_path . '" --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
execute '!curl -fLo "' . plug_path . '" --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
endif
if(have_plug)
@@ -221,7 +221,7 @@ else
set mouse=a
endif
colorscheme hybrid
silent! colorscheme hybrid
let g:airline_powerline_fonts = 1
let g:airline#extensions#tabline#enabled = 1