File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ before_script:
4
4
- git clone https://github.com/thinca/vim-themis --branch v1.4 --depth 1 /tmp/vim-themis
5
5
- vim --version
6
6
7
+ - git clone https://github.com/vim/vim.git /tmp/vim
7
8
- git clone https://github.com/vim-jp/vital.vim.git /tmp/vital.vim
8
9
- git clone https://github.com/thinca/vim-quickrun.git /tmp/quickrun
9
10
- git clone https://github.com/Shougo/neocomplete.vim.git /tmp/neocom
@@ -24,7 +25,7 @@ script:
24
25
- sh ./test/err.sh -p /tmp/vimlparser test/test-ok.vim test/test-ng.vim
25
26
- /tmp/vim-themis/bin/themis themis
26
27
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
28
29
- sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 -c func_abort=1 /tmp/vital.vim/autoload
29
30
- sh ./bin/vimlint.sh -X -p /tmp/vimlparser -e EVL103=1 -e EVL102.l:_=1 -c func_abort=1 /tmp/quickrun/autoload
30
31
- 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