From 880de9a489be57d07416d1de9f869d4cba1e490c Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Sun, 10 Jul 2022 06:59:58 +0800 Subject: test(old): align defaults to Vim after every test (#19301) This can avoid divergences from Vim in some small places. --- src/nvim/testdir/test_diffmode.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/nvim/testdir/test_diffmode.vim') diff --git a/src/nvim/testdir/test_diffmode.vim b/src/nvim/testdir/test_diffmode.vim index be9a77ee75..8c20c647f1 100644 --- a/src/nvim/testdir/test_diffmode.vim +++ b/src/nvim/testdir/test_diffmode.vim @@ -540,7 +540,7 @@ func Test_diffopt_hiddenoff() bwipe! bwipe! - set nohidden diffopt& + set hidden& diffopt& endfunc func Test_diffoff_hidden() @@ -577,7 +577,7 @@ func Test_diffoff_hidden() bwipe! bwipe! - set nohidden diffopt& + set hidden& diffopt& endfunc func Test_setting_cursor() -- cgit