From 3aed1c84bb8f8c3d81f51181b5cd80d0409e7109 Mon Sep 17 00:00:00 2001 From: Wang Shidong Date: Sun, 15 Jul 2018 12:02:25 +0800 Subject: [PATCH] Fix lint (#1944) --- .ci/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/install.sh b/.ci/install.sh index 3ad4c4121..165a5ccff 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -14,7 +14,7 @@ if [ "${LINT#vimlint}" != "$LINT" ]; then git clone --depth=1 https://github.com/syngan/vim-vimlint /tmp/vimlint git clone --depth=1 https://github.com/ynkdir/vim-vimlparser /tmp/vimlparser elif [ "${LINT#vint}" != "$LINT" ]; then - pip install vim-vint + pip install vim-vint pathlib enum34 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"