@@ -4,6 +4,16 @@ before_script:
44 - git clone https://github.com/thinca/vim-themis --branch v1.4 --depth 1 /tmp/vim-themis
55 - vim --version
66
7+ - git clone https://github.com/vim-jp/vital.vim.git /tmp/vital.vim
8+ - git clone https://github.com/thinca/vim-quickrun.git /tmp/quickrun
9+ - git clone https://github.com/Shougo/neocomplete.vim.git /tmp/neocom
10+ - 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
14+ - git clone https://github.com/ctrlpvim/ctrlp.vim /tmp/cp
15+ - git clone https://github.com/vim-airline/vim-airline.git /tmp/al
16+
717script :
818 - rm -f /tmp/vimlint_test.log
919 - vim -c 'set rtp+=.,/tmp/vimlparser' -c 'source test/vimlint-test.vim' -c 'call Vimlint_test("test", "/tmp/vimlint_test.log")' -c 'qall!'
@@ -13,3 +23,16 @@ script:
1323 - sh ./bin/vimlint.sh -p /tmp/vimlparser -v autoload
1424 - sh ./test/err.sh -p /tmp/vimlparser test/test-ok.vim test/test-ng.vim
1525 - /tmp/vim-themis/bin/themis themis
26+
27+
28+ - sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 -c func_abort=1 /tmp/vital.vim/autoload
29+ - sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 -c func_abort=1 /tmp/quickrun/autoload
30+ - sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 -c func_abort=1 /tmp/neocom/autoload
31+ - sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 -c func_abort=1 /tmp/em/autoload
32+ - sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 /tmp/fug/plugin
33+ - sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 /tmp/syntastic/autoload /tmp/syntastic/plugin
34+ - 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 /tmp/cp/autoload /tmp/cp/plugin
36+ - sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 /tmp/al/autoload /tmp/al/plugin
37+
38+
0 commit comments