aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-06 13:28:20 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-06 13:28:20 +1200
commit6013e361d0d826bd661abd62a22bec0a6286c613 (patch)
treec3c2a2685da22ca0a01f35afc48953c572dca5e5
parentRearrange Vim's VimL indent file (diff)
downloaddotfiles-6013e361d0d826bd661abd62a22bec0a6286c613.tar.gz
dotfiles-6013e361d0d826bd661abd62a22bec0a6286c613.zip
Remove .vimrc 'report' setting
The default is fine.
-rw-r--r--vim/vimrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/vim/vimrc b/vim/vimrc
index fe7e3a6c..63be1692 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -104,9 +104,6 @@ set nomodeline
" Treat numbers with a leading zero as decimal, not octal
set nrformats-=octal
-" Always tell me the number of lines changed by a command
-set report=0
-
" Abbreviate some more regularly displayed messages
set shortmess+=I " Don't show startup splash screen
set shortmess+=m " [Modified] -> [+]