aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc.stub.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc.stub.vim')
-rw-r--r--vim/vimrc.stub.vim7
1 files changed, 2 insertions, 5 deletions
diff --git a/vim/vimrc.stub.vim b/vim/vimrc.stub.vim
index b7aa1deb..b2d8803a 100644
--- a/vim/vimrc.stub.vim
+++ b/vim/vimrc.stub.vim
@@ -5,10 +5,7 @@ if v:version >= 700
finish
endif
-" Otherwise, prevent Vim from using any part of our configuration
+" Otherwise, prevent an old and/or tiny Vim from using any part of our
+" configuration, because parts of it will break
set runtimepath-=~/.vim
set runtimepath-=~/.vim/after
-if has('win32') || has('win64')
- set runtimepath-=~/vimfiles
- set runtimepath-=~/vimfiles/after
-endif