diff options
author | Bjorn Neergaard <bjorn@neersighted.com> | 2016-10-13 08:54:07 -0500 |
---|---|---|
committer | Bjorn Neergaard <bjorn@neersighted.com> | 2016-10-13 08:54:07 -0500 |
commit | f74d4938d0642823bf4171eee830137f0b690105 (patch) | |
tree | a82b9d58d287bee2936eb09b5427b39e096fe4d6 /test | |
parent | 6e789c33b09982dc7a262b0802f58cc081dadfaf (diff) | |
download | ale-f74d4938d0642823bf4171eee830137f0b690105.zip |
Cleanup vimrc rtp
Diffstat (limited to 'test')
-rw-r--r-- | test/vimrc | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |