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.vim11
1 files changed, 0 insertions, 11 deletions
diff --git a/vim/vimrc.stub.vim b/vim/vimrc.stub.vim
deleted file mode 100644
index 1d8d3d9a..00000000
--- a/vim/vimrc.stub.vim
+++ /dev/null
@@ -1,11 +0,0 @@
-" If we have non-tiny Vim version >=7, source real vimrc; this works because
-" tiny and/or ancient builds of Vim quietly ignore all code in :if blocks
-if v:version >= 700 && !&compatible
- runtime vimrc
- finish
-endif
-
-" 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