From 2dd60c0c2837bb2ab53da08240a01027b5f60d64 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Sun, 17 Dec 2017 13:53:10 +0800 Subject: [PATCH] Fixup --- .ci/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/install.sh b/.ci/install.sh index a044a54d0..6dbed876d 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -17,7 +17,7 @@ elif [ "${LINT#vint}" != "$LINT" ]; then pip install vim-vint elif [ "${LINT#vader}" != "$LINT" ]; then git clone --depth=1 https://github.com/Shougo/dein.vim.git ~/.cache/vimfiles/repos/github.com/Shougo/dein.vim - C_OPTS="--prefix=$DEPS --with-features=huge --disable-gui --enable-pythoninterp --enable-python3interp --enable-rubyinterp" + C_OPTS="--prefix=$DEPS --with-features=huge --disable-gui --enable-pythoninterp" (git clone --depth 1 https://github.com/vim/vim /tmp/vim && cd /tmp/vim && ./configure $C_OPTS &&