From c3939c56c952be729dc93ce262165555fab015bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 10 Sep 2016 15:19:33 +0200 Subject: [PATCH] rebuild YCM on Linux but not under cygwin --- common/configure_fresh_system | 4 ++++ windows_cygwin/build_insider.sh | 1 + 2 files changed, 5 insertions(+) diff --git a/common/configure_fresh_system b/common/configure_fresh_system index 3ae0760d..51055965 100755 --- a/common/configure_fresh_system +++ b/common/configure_fresh_system @@ -106,6 +106,10 @@ fi if [[ -z $NOVIM ]]; then echo "\n" | vim +PluginInstall +qa + if [[ -z $NOYCM ]]; then + cd ~/.vim/bundle/YouCompleteMe + ./install.py --clang-completer --racer-completer --tern-completer + fi fi if [[ -z $NO_GO ]]; then diff --git a/windows_cygwin/build_insider.sh b/windows_cygwin/build_insider.sh index de6c738c..507496b6 100755 --- a/windows_cygwin/build_insider.sh +++ b/windows_cygwin/build_insider.sh @@ -15,6 +15,7 @@ export NORUST=true export NORUBY=true export NO_GO=true export DIR=$DOTFILES_PATH +export NOYCM=true curl https://bootstrap.pypa.io/get-pip.py > /tmp/get-pip.py python /tmp/get-pip.py