api: nvim_ui_attach(): Flatten ext_* options.

This commit is contained in:
Justin M. Keyes
2017-04-25 10:14:29 +02:00
parent 00843902d3
commit c8e1af93de
5 changed files with 34 additions and 61 deletions

View File

@@ -9,7 +9,7 @@ describe('ui/tabline', function()
before_each(function()
clear()
screen = Screen.new(25, 5)
screen:attach({rgb=true, ui_ext={'tabline'}})
screen:attach({rgb=true, ext_tabline=true})
screen:set_on_event_handler(function(name, data)
if name == "tabline_update" then
curtab, tabs = unpack(data)