test(old): align defaults to Vim after every test (#19301)

This can avoid divergences from Vim in some small places.
This commit is contained in:
zeertzjq
2022-07-10 06:59:58 +08:00
committed by GitHub
parent d6a1e71881
commit 880de9a489
12 changed files with 47 additions and 36 deletions

View File

@@ -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()