oldtests: set nrformats to Vim default

This commit is contained in:
Jan Edmund Lazo 2018-09-16 16:54:35 -04:00
parent 3c3c733c3c
commit 6beb5cf439
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ set sidescroll=0
set directory^=.
set undodir^=.
set backspace=
set nrformats+=octal
set nohidden smarttab noautoindent noautoread complete-=i noruler noshowcmd
set listchars=eol:$
set fillchars=vert:\|,fold:-

View File

@ -3,6 +3,7 @@
func SetUp()
new dummy
set nrformats&vim
set nrformats+=octal
endfunc
func TearDown()