aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-09 01:21:36 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-09 01:21:36 +1200
commit97c1f87efeca3398538c68468a3be9eb8d52044d (patch)
treec6f8c575647cc88bcf6d4f3e7474f9f0748a4335 /vim
parentRefactor cache directory creation and 'viminfo' (diff)
downloaddotfiles-97c1f87efeca3398538c68468a3be9eb8d52044d.tar.gz
dotfiles-97c1f87efeca3398538c68468a3be9eb8d52044d.zip
Revert "Restore 'shortmess' defaults"
This reverts commit 90ef5e75badf38ed03b569cc738b2338b2d43cec.
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index cce19369..d9755ed5 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -587,6 +587,9 @@ 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=...