From 97c1f87efeca3398538c68468a3be9eb8d52044d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 9 Jun 2019 01:21:36 +1200 Subject: Revert "Restore 'shortmess' defaults" This reverts commit 90ef5e75badf38ed03b569cc738b2338b2d43cec. --- vim/vimrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vim') 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=... -- cgit v1.2.3