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_command_count.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/testdir/test_command_count.vim') diff --git a/src/nvim/testdir/test_command_count.vim b/src/nvim/testdir/test_command_count.vim index c7dddf4164..55b230373f 100644 --- a/src/nvim/testdir/test_command_count.vim +++ b/src/nvim/testdir/test_command_count.vim @@ -33,7 +33,7 @@ func Test_command_count_0() delcommand RangeBuffers delcommand RangeBuffersAll - set nohidden + set hidden& set swapfile& endfunc -- cgit