aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-09-11 22:29:28 -0700
committerJustin M. Keyes <justinkz@gmail.com>2019-09-12 17:04:05 -0700
commit44d45e29ea4a632e66ac63d25d355a5a4c7178bc (patch)
tree54be63ddaa5e62761f7bb796b713db1503b7f588 /test
parent6dd56d09025c960ef36952e3d4a1f77779782c52 (diff)
downloadrneovim-44d45e29ea4a632e66ac63d25d355a5a4c7178bc.tar.gz
rneovim-44d45e29ea4a632e66ac63d25d355a5a4c7178bc.tar.bz2
rneovim-44d45e29ea4a632e66ac63d25d355a5a4c7178bc.zip
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.
Diffstat (limited to 'test')
-rw-r--r--test/functional/terminal/tui_spec.lua4
1 files changed, 2 insertions, 2 deletions
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 --} |
]=])