diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2018-09-17 00:12:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-17 00:12:31 +0200 |
| commit | 9f1401e25cfcd3db1ccb4471599e13c5e5c3e5d8 (patch) | |
| tree | ea73b9bebab2c9e387126e4a4532c3b12f3fad1e /src/nvim/testdir/setup.vim | |
| parent | 17ab6dc12b4c6c8d6ca9b424232a5e692002b29e (diff) | |
| parent | 6beb5cf439f29945e4ab37041663dabf6ac7f333 (diff) | |
| download | rneovim-9f1401e25cfcd3db1ccb4471599e13c5e5c3e5d8.tar.gz rneovim-9f1401e25cfcd3db1ccb4471599e13c5e5c3e5d8.tar.bz2 rneovim-9f1401e25cfcd3db1ccb4471599e13c5e5c3e5d8.zip | |
Merge #9004 from janlazo/vim-8.0.1374
Diffstat (limited to 'src/nvim/testdir/setup.vim')
| -rw-r--r-- | src/nvim/testdir/setup.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/setup.vim b/src/nvim/testdir/setup.vim index b38f50b501..e1006fda3a 100644 --- a/src/nvim/testdir/setup.vim +++ b/src/nvim/testdir/setup.vim @@ -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:- |