mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
api: nvim_echo
This commit is contained in:
@@ -663,6 +663,17 @@ nvim_del_var({name}) *nvim_del_var()*
|
||||
Parameters: ~
|
||||
{name} Variable name
|
||||
|
||||
nvim_echo({chunks}, {history}, {opts}) *nvim_echo()*
|
||||
Echo a message.
|
||||
|
||||
Parameters: ~
|
||||
{chunks} A list of [text, hl_group] arrays, each
|
||||
representing a text chunk with specified
|
||||
highlight. `hl_group` element can be omitted
|
||||
for no highlight.
|
||||
{history} if true, add to |message-history|.
|
||||
{opts} Optional parameters. Reserved for future use.
|
||||
|
||||
nvim_err_write({str}) *nvim_err_write()*
|
||||
Writes a message to the Vim error buffer. Does not append
|
||||
"\n", the message is buffered (won't display) until a linefeed
|
||||
|
||||
Reference in New Issue
Block a user