aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-28 22:19:51 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-28 22:19:51 +1300
commit5042692f61db05758abcd0d040d2e726a93ddf45 (patch)
tree71bf32f7b37be1ceed6a02ff914c2f3933dc8b30 /vim/vimrc
parentRestore 'background' .vimrc setting (diff)
downloaddotfiles-5042692f61db05758abcd0d040d2e726a93ddf45.tar.gz
dotfiles-5042692f61db05758abcd0d040d2e726a93ddf45.zip
Move startup .vimrc config into subfile
Just the 'shortmess' setting for now.
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 6700b5fa..30eb9502 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -28,10 +28,6 @@ endif
" to it; note that it wipes out your z mark, if you happen to use it
nnoremap J mzJ`z
-" Don't show the Vim startup message, I have registered Vim and donated to
-" Uganda
-set shortmess+=I
-
" Let me backspace over pretty much anything, even if it's not text I inserted
" in the current session
set backspace=indent,eol,start