aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/vim.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-01-15 05:24:19 +0800
committerGitHub <noreply@github.com>2023-01-15 05:24:19 +0800
commit7af2c52ef051ebe801f153a2775966fb3c69b439 (patch)
treef8ee53968b9b89e0117619e8628c634133ebc936 /src/nvim/api/vim.c
parent8b86cb8f5b26699ead075cb6660c9236dfb5c495 (diff)
downloadrneovim-7af2c52ef051ebe801f153a2775966fb3c69b439.tar.gz
rneovim-7af2c52ef051ebe801f153a2775966fb3c69b439.tar.bz2
rneovim-7af2c52ef051ebe801f153a2775966fb3c69b439.zip
docs: builtin TUI is no longer channel 0 (#21794)
Diffstat (limited to 'src/nvim/api/vim.c')
-rw-r--r--src/nvim/api/vim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/api/vim.c b/src/nvim/api/vim.c
index 65b08ecade..13c8e162b6 100644
--- a/src/nvim/api/vim.c
+++ b/src/nvim/api/vim.c
@@ -1834,7 +1834,7 @@ Dictionary nvim__stats(void)
/// - "width" Requested width of the UI
/// - "rgb" true if the UI uses RGB colors (false implies |cterm-colors|)
/// - "ext_..." Requested UI extensions, see |ui-option|
-/// - "chan" Channel id of remote UI or 0 for TUI
+/// - "chan" |channel-id| of remote UI
Array nvim_list_uis(void)
FUNC_API_SINCE(4)
{