File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ before_script:
1111 - git clone https://github.com/tpope/vim-fugitive /tmp/fug
1212 - git clone https://github.com/scrooloose/syntastic /tmp/syntastic
1313 - git clone https://github.com/itchyny/lightline.vim.git /tmp/ll
14+ - git clone https://github.com/ctrlpvim/ctrlp.vim /tmp/cp
15+ - git clone https://github.com/vim-airline/vim-airline.git /tmp/al
1416
1517script :
1618 - rm -f /tmp/vimlint_test.log
@@ -30,5 +32,7 @@ script:
3032 - sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 /tmp/fug/plugin
3133 - sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 /tmp/syntastic/autoload /tmp/syntastic/plugin
3234 - sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 -c func_abort=1 /tmp/ll/autoload
35+ - sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 -c /tmp/cp/autoload /tmp/cp/plugin
36+ - sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 -c /tmp/al/autoload /tmp/al/plugin
3337
3438
You can’t perform that action at this time.
0 commit comments