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_diffmode.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_diffmode.vim')
-rw-r--r-- | src/nvim/testdir/test_diffmode.vim | 4 |
1 files changed, 2 insertions, 2 deletions
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() |