diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2022-07-10 06:59:58 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-10 06:59:58 +0800 |
| commit | 880de9a489be57d07416d1de9f869d4cba1e490c (patch) | |
| tree | 9dc186bdb3300bb1a85610b7b9ea007313262d47 /src/nvim/testdir/test_command_count.vim | |
| parent | d6a1e718813f744b997e1b8fc707cbd47125db5c (diff) | |
| download | rneovim-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.vim | 2 |
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 |