mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
test(tabpage_spec): actually test for nvim_win_hide
This commit is contained in:
parent
9aead1f670
commit
7a70e9587c
@ -90,7 +90,7 @@ describe('tabpage', function()
|
||||
eq({2, 1}, funcs.win_screenpos(0))
|
||||
local win3 = curwin().id
|
||||
|
||||
meths.win_close(win2, true)
|
||||
meths.win_hide(win2)
|
||||
eq(win3, curwin().id)
|
||||
eq(1, #meths.list_tabpages())
|
||||
eq({1, 1}, funcs.win_screenpos(0))
|
||||
|
Loading…
Reference in New Issue
Block a user