nvim_list_uis: include channel id

This commit is contained in:
Björn Linse
2018-05-31 10:58:31 +02:00
parent 3585df3f0b
commit 5be3865ce7
7 changed files with 50 additions and 6 deletions

View File

@@ -1226,6 +1226,7 @@ describe('api', function()
screen:attach()
local expected = {
{
chan = 1,
ext_cmdline = false,
ext_popupmenu = false,
ext_tabline = false,
@@ -1242,6 +1243,7 @@ describe('api', function()
screen:attach({ rgb = false })
expected = {
{
chan = 1,
ext_cmdline = false,
ext_popupmenu = false,
ext_tabline = false,