cohama / lexima.vim

Auto close parentheses and repeat by dot dot dot...
995 stars 46 forks source link

CI is failing after merging my vital update pull request #87

Closed ujihisa closed 2 years ago

ujihisa commented 5 years ago

Looks like Vim 7.3 does not have v:t_number according to the CI, after merging my pull request.

https://travis-ci.org/cohama/lexima.vim

...
$ vim --version
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Nov 24 2016 16:43:18)
...

0.12s$ vim-themis/bin/themis --reporter spec
Error occurred in running.
function <SNR>35_import(name, ...) abort dict  (~/build/cohama/lexima.vim/autoload/vital/lexima.vim)
function <SNR>35__import(name) abort dict  Line:18  (~/build/cohama/lexima.vim/autoload/vital/lexima.vim)
 18:       throw 'vital: fail to call ._vital_loaded(): ' . v:exception . " from:\n" . s:_format_throwpoint(v:throwpoint)
vital: fail to call ._vital_loaded(): vital: fail to call ._vital_loaded(): Vim(let):E121: Undefined variable: v:t_number from:
 from:
<SNR>35_import
<SNR>35__import
<SNR>39__vital_loaded
<SNR>35_import
<SNR>35__import
The command "vim-themis/bin/themis --reporter spec" exited with 1.
...