From 44d45e29ea4a632e66ac63d25d355a5a4c7178bc Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Wed, 11 Sep 2019 22:29:28 -0700 Subject: API/nvim_list_uis(): include "chan" field for TUI Even though it's always zero currently, it's less confusing if all UIs have the same fields. --- test/functional/terminal/tui_spec.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/functional/terminal/tui_spec.lua b/test/functional/terminal/tui_spec.lua index 789f5d4c2f..725a6db225 100644 --- a/test/functional/terminal/tui_spec.lua +++ b/test/functional/terminal/tui_spec.lua @@ -721,8 +721,8 @@ describe('TUI', function() | {4:~ }| {5: }| - [[['height', 6], ['override', v:false], ['rgb', v:| - false], ['width', 50]]] | + [[['chan', 0], ['height', 6], ['override', v:false| + ], ['rgb', v:false], ['width', 50]]] | {10:Press ENTER or type command to continue}{1: } | {3:-- TERMINAL --} | ]=]) -- cgit