From 2b722778630dc309a66cfe9d1976029f6b629dfb Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 28 Feb 2012 17:36:20 +1300 Subject: Always report substitution line count. --- vim/vimrc | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3