Fix runtime path for vader testing

This commit is contained in:
Karl Yngve Lervåg 2016-03-27 21:55:27 +02:00
parent f89e281bbb
commit a9fe47ea14
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ before_script: |
script: |
vim -Nu <(cat << VIMRC
set rtp+=vader.vim
set rtp+=.
let &rtp = '.,' . &rtp
set rtp+=after
filetype plugin indent on
syntax enable

View File

@ -1,7 +1,7 @@
set nocompatible
set rtp+=~/.vim/bundle/vader.vim
set rtp+=~/.vim/bundle/vimtex/
set rtp+=~/.vim/bundle/vimtex/after
let &rtp = '~/.vim/bundle/vimtex,' . &rtp
let &rtp .= ',~/.vim/bundle/vimtex/after'
let &rtp .= ',~/.vim/bundle/vader.vim'
filetype plugin indent on
syntax enable