Use vim-testbed to run Vader tests on Travis

This commit is contained in:
Prashanth Chandra
2016-10-11 10:28:25 +08:00
parent d8d08de26c
commit 210d464442
5 changed files with 67 additions and 4 deletions

21
test/vimrc Normal file
View File

@@ -0,0 +1,21 @@
" Load builtin plugins
" We need this because run_vim.sh sets -i NONE
set rtp=/home/vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,/home/vim/after
set rtp+=/vader
" The following is just an example
filetype plugin indent on
syntax on
set nocompatible
set tabstop=4
set softtabstop=4
set shiftwidth=4
set expandtab
set backspace=2
set nofoldenable
set foldmethod=syntax
set foldlevelstart=10
set foldnestmax=10
set ttimeoutlen=0
let mapleader=','