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