From a1f98223917affbdd9cb18469c3f26ef2613066c Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 21 Jun 2018 10:49:42 +1200 Subject: Arrange .vimrc option in alphabetical order --- vim/vimrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 6431bd54..84b0bcc2 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -69,6 +69,11 @@ endif " despite the noble Steve Losh's exhortations set nojoinspaces +" Don't bother drawing the screen while executing macros or other automated or +" scripted processes, just draw the screen as it is when the operation +" completes +set lazyredraw + " Define list characters set listchars+=extends:> " Unwrapped text to screen right set listchars+=precedes:< " Unwrapped text to screen left @@ -89,11 +94,6 @@ set nrformats-=octal " Always tell me the number of lines changed by a command set report=0 -" Don't bother drawing the screen while executing macros or other automated or -" scripted processes, just draw the screen as it is when the operation -" completes -set lazyredraw - " Set up short message settings set shortmess= set shortmess+=f " (file 3 of 5) -> (3 of 5) -- cgit v1.2.3