From f74d4938d0642823bf4171eee830137f0b690105 Mon Sep 17 00:00:00 2001 From: Bjorn Neergaard Date: Thu, 13 Oct 2016 08:54:07 -0500 Subject: [PATCH] Cleanup vimrc rtp --- test/vimrc | 4 +--- 1 file changed, 1 insertion(+), 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