And more travis; Use latest vim version
This commit is contained in:
parent
5e2bdacafe
commit
845f7e493e
@ -2,8 +2,16 @@ language: vim
|
|||||||
|
|
||||||
before_script: |
|
before_script: |
|
||||||
git clone https://github.com/junegunn/vader.vim.git
|
git clone https://github.com/junegunn/vader.vim.git
|
||||||
|
git clone https://github.com/vim/vim
|
||||||
|
cd vim
|
||||||
|
./configure --with-features=huge --enable-rubyinterp --enable-pythoninterp
|
||||||
|
make -j4
|
||||||
|
sudo make install
|
||||||
|
cd -
|
||||||
|
|
||||||
script: |
|
script: |
|
||||||
|
export PATH="/usr/local/bin:$PATH"
|
||||||
|
vim --version
|
||||||
vim -Nu <(cat << VIMRC
|
vim -Nu <(cat << VIMRC
|
||||||
let &rtp = '.,' . &rtp
|
let &rtp = '.,' . &rtp
|
||||||
let &rtp .= ',after'
|
let &rtp .= ',after'
|
||||||
|
@ -209,9 +209,9 @@ function! s:check_version() " {{{1
|
|||||||
return
|
return
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" if v:version <= 703 && !has('patch544')
|
if v:version <= 703 && !has('patch544')
|
||||||
" echoerr 'vimtex error: Please use Vim version 7.3.544 or newer!'
|
echoerr 'vimtex error: Please use Vim version 7.3.544 or newer!'
|
||||||
" endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" }}}1
|
" }}}1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user