aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-23 16:42:19 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-23 16:42:19 +1200
commit85ef34d652bd5fbe1cb90bcc6a77f5a475abc6a4 (patch)
tree8febfcbebcd4e77611862512ccf9bfaedfaf719a
parentMerge branch 'release/v6.40.0' into develop (diff)
downloaddotfiles-85ef34d652bd5fbe1cb90bcc6a77f5a475abc6a4.tar.gz
dotfiles-85ef34d652bd5fbe1cb90bcc6a77f5a475abc6a4.zip
Have a little fun with compatible vi
-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