From 36464257ccdf992bf5d808694c40ff62e1c85604 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 10 Nov 2017 23:57:01 +1300 Subject: Add 'o' and 'O' back into 'shortmess' These flags prevent multiple messages from reading or writing multiple files from queuing up and forcing an enter prompt. They're part of the default, which is why I didn't notice their absence until I tried using the setting previous to this commit and opened two files at once. --- vim/config/display.vim | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vim/config/display.vim') diff --git a/vim/config/display.vim b/vim/config/display.vim index 1f186572..37ef18c7 100644 --- a/vim/config/display.vim +++ b/vim/config/display.vim @@ -10,6 +10,10 @@ set shortmess+=l set shortmess+=m " [New File] -> [New] set shortmess+=n +" Don't stack file writing messages +set shortmess+=o +" Don't stack file reading messages +set shortmess+=O " [readonly] -> [RO] set shortmess+=r " written -> [w], appended -> [a] -- cgit v1.2.3