From 50479150154d31cff24458f2a06c42b6ebf4992a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 13 Jul 2018 09:55:03 +1200 Subject: Simplify 'shortmess' settings Just to avoid solving problems I don't actually have. --- vim/vimrc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index 53c524ea..f07f77e8 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -104,11 +104,8 @@ set nomodeline " Treat numbers with a leading zero as decimal, not octal set nrformats-=octal -" Abbreviate some more regularly displayed messages -set shortmess+=I " Don't show startup splash screen -set shortmess+=m " [Modified] -> [+] -set shortmess+=r " [readonly] -> [RO] -set shortmess+=w " written -> [w], appended -> [a] +" Don't show startup splash screen (I donated) +set shortmess+=I " Clear default 'comments' value, let the filetype handle it if has('comments') -- cgit v1.2.3