aboutsummaryrefslogtreecommitdiff
path: root/vim/config/display.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-10 23:59:35 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-10 23:59:35 +1300
commit41d238d0d9d835471e3b85c2f4d2dfb38cae2e3e (patch)
tree300d03d7cf586e798e29ceff2a50670b62a3710e /vim/config/display.vim
parentAdd 'o' and 'O' back into 'shortmess' (diff)
downloaddotfiles-41d238d0d9d835471e3b85c2f4d2dfb38cae2e3e.tar.gz
dotfiles-41d238d0d9d835471e3b85c2f4d2dfb38cae2e3e.zip
Sort 'shortmess' flag settings alphabetically
Diffstat (limited to 'vim/config/display.vim')
-rw-r--r--vim/config/display.vim12
1 files changed, 6 insertions, 6 deletions
diff --git a/vim/config/display.vim b/vim/config/display.vim
index 37ef18c7..43889c1a 100644
--- a/vim/config/display.vim
+++ b/vim/config/display.vim
@@ -4,6 +4,8 @@ set shortmess=
set shortmess+=f
" [Incomplete last line] -> [eol]
set shortmess+=i
+" I donated to Uganda, thanks Bram
+set shortmess+=I
" 999 lines, 888 characters -> 999L, 888C
set shortmess+=l
" [Modified] -> [+]
@@ -16,16 +18,14 @@ set shortmess+=o
set shortmess+=O
" [readonly] -> [RO]
set shortmess+=r
-" written -> [w], appended -> [a]
-set shortmess+=w
-" [dos format] -> [dos]
-set shortmess+=x
" Truncate file message at start if too long
set shortmess+=t
" Truncate other message in midle if too long
set shortmess+=T
-" I donated to Uganda, thanks Bram
-set shortmess+=I
+" written -> [w], appended -> [a]
+set shortmess+=w
+" [dos format] -> [dos]
+set shortmess+=x
" Don't show whitespace characters or end-of-line characters visually by
" default, but make \l toggle between them