From 5c16f38239a4d66cadbf1ec53d211e62e0a15cbd Mon Sep 17 00:00:00 2001 From: Vasili Sviridov Date: Sat, 27 Feb 2016 12:37:46 -0800 Subject: [PATCH] forgot to return `execute` back in place --- vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index c9c469a..2599ab9 100644 --- a/vimrc +++ b/vimrc @@ -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