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.vim10
1 files changed, 6 insertions, 4 deletions
diff --git a/vim/vimrc.stub.vim b/vim/vimrc.stub.vim
index a7136aec..175aa853 100644
--- a/vim/vimrc.stub.vim
+++ b/vim/vimrc.stub.vim
@@ -9,10 +9,12 @@ if !&compatible && !exists('$POSIXLY_CORRECT') && v:version >= 700
endif
" If we get this far, it means we're running a tiny, 'compatible', and/or
-" ancient version of Vim. Force 'compatible' on, remove our user runtime
-" directory, and start vi v3.7 from July 1985. Don't grizzle, just use it.
-" It's good for you, like raisin bran.
+" ancient version of Vim. Strip out our user runtime directories from
+" 'runtimepath', force 'compatible' on, and fire up Sun OS 4.x vi v3.7, from
+" July 1985. Don't grizzle, just use it. It's good for you, like raisin
+" bran.
"
-set compatible
set runtimepath-=~/.vim
set runtimepath-=~/.vim/after
+set compatible
+silent! source ~/.exrc