File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ 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/vim.git /tmp/vim
78 - git clone https://github.com/vim-jp/vital.vim.git /tmp/vital.vim
89 - git clone https://github.com/thinca/vim-quickrun.git /tmp/quickrun
910 - git clone https://github.com/Shougo/neocomplete.vim.git /tmp/neocom
@@ -24,7 +25,7 @@ script:
2425 - sh ./test/err.sh -p /tmp/vimlparser test/test-ok.vim test/test-ng.vim
2526 - /tmp/vim-themis/bin/themis themis
2627
27-
28+ - sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 /tmp/vim/runtime/autoload /tmp/vim/runtime/plugin /tmp/vim/runtime/ftplugin
2829 - sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 -c func_abort=1 /tmp/vital.vim/autoload
2930 - sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 -c func_abort=1 /tmp/quickrun/autoload
3031 - sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 -c func_abort=1 /tmp/neocom/autoload
You can’t perform that action at this time.
0 commit comments