Skip to content

Commit

Permalink
fix wklken#26, patched by @fangwentong
Browse files Browse the repository at this point in the history
  • Loading branch information
wklken committed Sep 6, 2014
1 parent 12aa387 commit 0112fcc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,14 @@ echo "It will take a long time, just be patient!"
echo "If error,you need to compile it yourself"
echo "cd $CURRENT_DIR/bundle/YouCompleteMe/ && bash -x install.sh --clang-completer"
cd $CURRENT_DIR/bundle/YouCompleteMe/
bash -x install.sh --clang-completer

if [ `which clang` ] # check system clang
then
bash -x install.sh --clang-completer --system-libclang # use system clang
else
bash -x install.sh --clang-completer
fi


#vim bk and undo dir
if [ ! -d /tmp/vimbk ]
Expand Down

0 comments on commit 0112fcc

Please sign in to comment.