Merge pull request #17325 from glacambre/stdioopen_doc

This commit is contained in:
James McCoy 2022-02-11 16:21:16 -05:00 committed by GitHub
commit 906182065b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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