mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
docs(stdioopen): add missing documentation for on_print param
This commit adds documentation for the feature introduced in #15910.
This commit is contained in:
parent
01e58fb14d
commit
8090753880
@ -7412,6 +7412,9 @@ stdioopen({opts}) *stdioopen()*
|
||||
|
||||
{opts} is a dictionary with these keys:
|
||||
|on_stdin| : callback invoked when stdin is written to.
|
||||
on_print : callback invoked when Nvim needs to print a
|
||||
message, with the message (whose type is string)
|
||||
as sole argument.
|
||||
stdin_buffered : read stdin in |channel-buffered| mode.
|
||||
rpc : If set, |msgpack-rpc| will be used to communicate
|
||||
over stdio
|
||||
|
Loading…
Reference in New Issue
Block a user