aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc.stub
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc.stub')
-rw-r--r--vim/vimrc.stub11
1 files changed, 6 insertions, 5 deletions
diff --git a/vim/vimrc.stub b/vim/vimrc.stub
index dfadac92..00a44ba3 100644
--- a/vim/vimrc.stub
+++ b/vim/vimrc.stub
@@ -13,14 +13,15 @@ endif
" If we got this far, it means we're running a tiny, 'compatible', and/or
" ancient version of Vim.
"
-" So, strip out our user runtime directories from 'runtimepath', force
+" So, strip out our the runtime directories from 'runtimepath', force
" 'compatible' on, source your trusty ~/.exrc, put on your dubbed cassette
-" copy of Kraftwerk's 'Computerwelt', and start using Sun OS 4.x vi v3.7, from
-" July 1985.
-"
-" Don't grizzle, just use it. It's good for you, like raisin bran.
+" copy of Kraftwerk's 'Computerwelt', and start using vi v3.7 on your
+" engineering department's Sun OS 4.x server via your VT220 terminal. It's
+" July 1985, you grok ANSI C, and it's good for you, like raisin bran.
"
set runtimepath-=~/.vim
set runtimepath-=~/.vim/after
set compatible
+set shortmess+=I
+set t_Co=0
silent! source ~/.exrc