aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-02-28 17:36:20 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-02-28 17:36:20 +1300
commit2b722778630dc309a66cfe9d1976029f6b629dfb (patch)
tree2c5953dab7a9f3cb1304c5f4aafbd9e317ab0868 /vim/vimrc
parentSet autoread. (diff)
downloaddotfiles-2b722778630dc309a66cfe9d1976029f6b629dfb.tar.gz
dotfiles-2b722778630dc309a66cfe9d1976029f6b629dfb.zip
Always report substitution line count.
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index c54d3a0f..629ac2cf 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -66,6 +66,7 @@ set shortmess+=I
" Miscellaneous
set backspace=indent,eol,start
set modelines=0
+set report=0
" Numbers
set nonumber