From 93f6d3434f59c16b3d0a65a755649ad6a94aab74 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sat, 19 Jan 2013 15:30:12 -0500 Subject: [PATCH] Remove octal from nrformats Closes #21. --- plugin/sensible.vim | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/plugin/sensible.vim b/plugin/sensible.vim index 1bd58d0..1f5724d 100644 --- a/plugin/sensible.vim +++ b/plugin/sensible.vim @@ -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