Add initial tests

This commit is contained in:
Adriaan Zonnenberg
2017-03-22 23:33:36 +01:00
parent cdd07e6497
commit 82067c7d14
6 changed files with 173 additions and 0 deletions

13
test/vimrc Normal file
View File

@@ -0,0 +1,13 @@
set nocompatible
let &packpath = expand('<sfile>:p:h:h')
" Remove first and last entry from runtimepath, to prevent loading plugins from ~/.vim
let &runtimepath = substitute(&runtimepath, '\v^.{-},(.*),.*$', '\1', '')
filetype plugin indent on
syntax on
set expandtab
set shiftwidth=2
set softtabstop=2