mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 23:08:16 +00:00
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.
This commit is contained in:
@@ -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 --} |
|
||||
]=])
|
||||
|
Reference in New Issue
Block a user