aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-17 19:51:48 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-17 19:51:48 +1200
commit43ad1a4fac46f838dccb4ae6e04ff4c4b87805fc (patch)
tree69a65a067b321fea95ad50b4e57e25cd7f2dd5e7 /vim
parentSwitch back to insecure HTML Tidy site URL (diff)
downloaddotfiles-43ad1a4fac46f838dccb4ae6e04ff4c4b87805fc.tar.gz
dotfiles-43ad1a4fac46f838dccb4ae6e04ff4c4b87805fc.zip
Remove overkill Windows path reduction
Diffstat (limited to '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