From 33298a197d3c6780fd89f34398031307f2f63af6 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Wed, 26 Aug 2015 16:11:28 +0000 Subject: [PATCH] Fixed youcompleteme script --- scripts/youcompleteme.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/youcompleteme.sh b/scripts/youcompleteme.sh index 7da70af..d2c7c7d 100755 --- a/scripts/youcompleteme.sh +++ b/scripts/youcompleteme.sh @@ -2,6 +2,7 @@ echo "Make sure this is in your .vimrc" echo "Plug 'https://github.com/Valloric/YouCompleteMe'" echo -n "Press enter to continue..." +read a mkdir ~/ycm_build cd ~/ycm_build cmake -G "Unix Makefiles" . ~/.vim/plugged/YouCompleteMe/third_party/ycmd/cpp @@ -9,4 +10,5 @@ make ycm_support_libs cd - echo "It should be done." echo -n "Running vim to test for errors. Press enter to continue..." +read a vim +q