From 5229d0b00b2772ce9b89a039394cb70414fef09d Mon Sep 17 00:00:00 2001 From: James Bunton Date: Mon, 14 May 2012 11:12:22 +1000 Subject: [PATCH] Kill octal! --- .vim/filetypes.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vim/filetypes.vim b/.vim/filetypes.vim index 913ee92..7cd7f81 100644 --- a/.vim/filetypes.vim +++ b/.vim/filetypes.vim @@ -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 -- 2.39.2