]> code.delx.au - dotfiles/commitdiff
Kill octal!
authorJames Bunton <jamesbunton@delx.net.au>
Mon, 14 May 2012 01:12:22 +0000 (11:12 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Mon, 14 May 2012 01:12:22 +0000 (11:12 +1000)
.vim/filetypes.vim

index 913ee925f6e116334d731caa500daf53142b694b..7cd7f8179d9d5e282f0e03d4764b25ffeba3c3e6 100644 (file)
@@ -19,6 +19,9 @@ autocmd FileType tex call WrapOn()
 autocmd FileType objc setlocal nocindent smartindent
 autocmd FileType cmake setlocal nowrap
 
+" Who uses octal anyway?
+set nrformats-=octal
+
 " Don't automatically continue comments on new lines
 """autocmd BufNewFile,BufRead * setlocal formatoptions-=r