mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
api/ext_tabline: curtab should be a Tabpage handle.
This commit is contained in:
@@ -36,7 +36,7 @@ describe('ui/tabline', function()
|
||||
~ |
|
||||
|
|
||||
]], nil, nil, function()
|
||||
eq(2, event_curtab)
|
||||
eq({ id = 2 }, event_curtab)
|
||||
eq(expected_tabs, event_tabs)
|
||||
end)
|
||||
|
||||
@@ -48,7 +48,7 @@ describe('ui/tabline', function()
|
||||
~ |
|
||||
|
|
||||
]], nil, nil, function()
|
||||
eq(1, event_curtab)
|
||||
eq({ id = 1 }, event_curtab)
|
||||
eq(expected_tabs, event_tabs)
|
||||
end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user