mirror of
https://github.com/neovim/neovim.git
synced 2026-01-30 16:44:29 +00:00
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:
committed by
Justin M. Keyes
parent
cd1d9d8a7c
commit
cbc8c0c625
@@ -338,6 +338,8 @@ func Test_copy_winopt()
|
||||
bnext
|
||||
call assert_equal(4,&numberwidth)
|
||||
bw!
|
||||
|
||||
set hidden&
|
||||
endfunc
|
||||
|
||||
func Test_shortmess_F()
|
||||
|
||||
Reference in New Issue
Block a user