summaryrefslogtreecommitdiff
path: root/test/vimrc
diff options
context:
space:
mode:
authorBjorn Neergaard <bjorn@neersighted.com>2016-10-13 08:54:07 -0500
committerBjorn Neergaard <bjorn@neersighted.com>2016-10-13 08:54:07 -0500
commitf74d4938d0642823bf4171eee830137f0b690105 (patch)
treea82b9d58d287bee2936eb09b5427b39e096fe4d6 /test/vimrc
parent6e789c33b09982dc7a262b0802f58cc081dadfaf (diff)
downloadale-f74d4938d0642823bf4171eee830137f0b690105.zip
Cleanup vimrc rtp
Diffstat (limited to 'test/vimrc')
-rw-r--r--test/vimrc4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/vimrc b/test/vimrc
index 1ab04d04..77be5e29 100644
--- a/test/vimrc
+++ b/test/vimrc
@@ -2,9 +2,7 @@
" Load builtin plugins
" We need this because run_vim.sh sets -i NONE
-set runtimepath=/home/vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,/testplugin
-set runtimepath+=/home/ale
-set runtimepath+=/vader
+set runtimepath=/home/vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,/testplugin,/vader
" The following is just an example
filetype plugin indent on