Remove octal from nrformats

Closes #21.
This commit is contained in:
Tim Pope
2013-01-19 15:30:12 -05:00
parent f7bdc45c03
commit 93f6d3434f

View File

@@ -17,14 +17,15 @@ endif
" Use :help 'option' to see the documentation for the given option.
set autoindent
set backspace=indent,eol,start
set complete-=i
set showmatch
set autoindent
set shiftround
set smarttab
set nrformats-=octal
set shiftround
set ttimeout
set ttimeoutlen=50