mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
fix: type of nvim_echo
This commit is contained in:
committed by
Lewis Russell
parent
f731766474
commit
38aac21083
@ -651,7 +651,7 @@ nvim_echo({chunks}, {history}, {opts}) *nvim_echo()*
|
||||
Since: 0.5.0
|
||||
|
||||
Parameters: ~
|
||||
• {chunks} (`[string, integer|string][]`) List of `[text, hl_group]`
|
||||
• {chunks} (`[string, integer|string?][]`) List of `[text, hl_group]`
|
||||
pairs, where each is a `text` string highlighted by the
|
||||
(optional) name or ID `hl_group`.
|
||||
• {history} (`boolean`) if true, add to |message-history|.
|
||||
|
Reference in New Issue
Block a user