aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-09 00:43:53 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-09 00:43:53 +1200
commit90ef5e75badf38ed03b569cc738b2338b2d43cec (patch)
tree235ded9f801515b61232e1966c613059fe2fed41 /vim/vimrc
parentAdd some more literate comments (diff)
downloaddotfiles-90ef5e75badf38ed03b569cc738b2338b2d43cec.tar.gz
dotfiles-90ef5e75badf38ed03b569cc738b2338b2d43cec.zip
Restore 'shortmess' defaults
It's actually kind of nice seeing the version number and splash screen once in a while. I almost always invoke Vim with filenames, anyway.
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 09b52c54..0dc75762 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -559,9 +559,6 @@ set noruler
set sessionoptions-=localoptions " No buffer options or mappings
set sessionoptions-=options " No global options or mappings
-" Don't show startup splash screen (I donated)
-set shortmess+=I
-
" Prefix wrapped rows with three dots
set showbreak=...