File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ before_script:
88 - git clone https://github.com/thinca/vim-quickrun.git /tmp/quickrun
99 - git clone https://github.com/Shougo/neocomplete.vim.git /tmp/neocom
1010 - git clone https://github.com/easymotion/vim-easymotion.git /tmp/em
11+ - git clone https://github.com/tpope/vim-fugitive /tmp/fug
12+ - git clone https://github.com/scrooloose/syntastic /tmp/syntastic
13+ - git clone https://github.com/itchyny/lightline.vim.git /tmp/ll
1114
1215script :
1316 - rm -f /tmp/vimlint_test.log
@@ -24,4 +27,8 @@ script:
2427 - sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 -c func_abort=1 /tmp/quickrun/autoload
2528 - sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 -c func_abort=1 /tmp/neocom/autoload
2629 - sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 -c func_abort=1 /tmp/em/autoload
30+ - sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 /tmp/fug/plugin
31+ - sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 /tmp/syntastic/autoload /tmp/syntastic/plugin
32+ - sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 -c func_abort=1 /tmp/ll/autoload
33+
2734
You can’t perform that action at this time.
0 commit comments