mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
Merge pull request #17325 from glacambre/stdioopen_doc
This commit is contained in:
commit
906182065b
@ -7433,6 +7433,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