From f0cc3a9480ffc30624a70ebd1e30146bc03a7029 Mon Sep 17 00:00:00 2001 From: Björn Linse Date: Tue, 13 Jul 2021 19:12:08 +0200 Subject: refactor(options): remove obsolete distinction of "vi" vs "vim" defaults It might come as a schocking surprise, but the defaults we support are the NEOVIM defaults. --- src/nvim/testdir/setup.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/testdir/setup.vim') diff --git a/src/nvim/testdir/setup.vim b/src/nvim/testdir/setup.vim index fd9cfb54be..fcbc28fdc0 100644 --- a/src/nvim/testdir/setup.vim +++ b/src/nvim/testdir/setup.vim @@ -20,7 +20,7 @@ set tags=./tags,tags set undodir^=. set wildoptions= set startofline -set sessionoptions&vi +set sessionoptions+=options " Prevent Nvim log from writing to stderr. let $NVIM_LOG_FILE = exists($NVIM_LOG_FILE) ? $NVIM_LOG_FILE : 'Xnvim.log' -- cgit