summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2016-10-12 23:17:09 +0100
committerw0rp <devw0rp@gmail.com>2016-10-12 23:17:09 +0100
commit7287943473c42b7313099736c18c01b6d626757b (patch)
treec9f407c85d1d458cb2e58ed026ee16c90d9e8f1f /test
parent037b70368264ee5b47536a0b779cefe32cdd9479 (diff)
downloadale-7287943473c42b7313099736c18c01b6d626757b.zip
Add ALE to the Vim runtimepath in the Docker image so it can run tests.
Diffstat (limited to 'test')
-rw-r--r--test/vimrc9
1 files changed, 6 insertions, 3 deletions
diff --git a/test/vimrc b/test/vimrc
index 043f75b9..ba65ebf7 100644
--- a/test/vimrc
+++ b/test/vimrc
@@ -1,7 +1,10 @@
+" vint: -ProhibitSetNoCompatible
+
" 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
+set runtimepath=/home/vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,/home/vim/after
+set runtimepath+=/home/ale
+set runtimepath+=/vader
" The following is just an example
filetype plugin indent on
@@ -18,4 +21,4 @@ set foldlevelstart=10
set foldnestmax=10
set ttimeoutlen=0
-let mapleader=','
+let g:mapleader=','