aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-21 10:49:42 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-21 10:53:37 +1200
commita1f98223917affbdd9cb18469c3f26ef2613066c (patch)
tree7c376be0fb13992be8ed37a0d577db788f7ad980
parentMerge branch 'release/v0.57.0' into develop (diff)
downloaddotfiles-a1f98223917affbdd9cb18469c3f26ef2613066c.tar.gz
dotfiles-a1f98223917affbdd9cb18469c3f26ef2613066c.zip
Arrange .vimrc option in alphabetical order
-rw-r--r--vim/vimrc10
1 files 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)