aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_command_count.vim
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-07-10 06:59:58 +0800
committerGitHub <noreply@github.com>2022-07-10 06:59:58 +0800
commit880de9a489be57d07416d1de9f869d4cba1e490c (patch)
tree9dc186bdb3300bb1a85610b7b9ea007313262d47 /src/nvim/testdir/test_command_count.vim
parentd6a1e718813f744b997e1b8fc707cbd47125db5c (diff)
downloadrneovim-880de9a489be57d07416d1de9f869d4cba1e490c.tar.gz
rneovim-880de9a489be57d07416d1de9f869d4cba1e490c.tar.bz2
rneovim-880de9a489be57d07416d1de9f869d4cba1e490c.zip
test(old): align defaults to Vim after every test (#19301)
This can avoid divergences from Vim in some small places.
Diffstat (limited to 'src/nvim/testdir/test_command_count.vim')
-rw-r--r--src/nvim/testdir/test_command_count.vim2
1 files changed, 1 insertions, 1 deletions
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