From 2bbea0927b8ec1be00e6aa78ff92882bd271d4f1 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 28 Oct 2017 22:27:37 +1300 Subject: Move 'nrformats' .vimrc config into subfile This is an awkward filename and very unlikely to ever have anything but this one setting in it, but I can't think of any logical other place to put it. number.vim applies to line numbering, which is a distinct concept. --- vim/vimrc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index 11746738..a5849694 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -22,7 +22,3 @@ if v:version >= 701 silent! colorscheme sahara endif endif - -" Don't assume a number with a leading zero is octal; it's far more likely a -" zero-padded decimal, so increment and decrement with ^A and ^X on that basis -set nrformats-=octal -- cgit v1.2.3