mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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:
parent
cd1d9d8a7c
commit
cbc8c0c625
@ -338,6 +338,8 @@ func Test_copy_winopt()
|
|||||||
bnext
|
bnext
|
||||||
call assert_equal(4,&numberwidth)
|
call assert_equal(4,&numberwidth)
|
||||||
bw!
|
bw!
|
||||||
|
|
||||||
|
set hidden&
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_shortmess_F()
|
func Test_shortmess_F()
|
||||||
|
Loading…
Reference in New Issue
Block a user