vim-patch:8.1.0322: Test_copy_winopt() does not restore 'hidden' (#8918)

Problem:    Test_copy_winopt() does not restore 'hidden'.
Solution:   Restore the option, fix indent. (Ozaki Kiichi, closes vim/vim#3367)
7cb33a14c9
This commit is contained in:
Jan Edmund Lazo 2018-08-26 19:14:33 -04:00 committed by Justin M. Keyes
parent cd1d9d8a7c
commit cbc8c0c625

View File

@ -338,6 +338,8 @@ func Test_copy_winopt()
bnext
call assert_equal(4,&numberwidth)
bw!
set hidden&
endfunc
func Test_shortmess_F()