diff options
author | James McCoy <jamessan@jamessan.com> | 2021-08-27 07:26:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-27 07:26:32 -0400 |
commit | 88336851ee1e9c3982195592ae2fc145ecfd3369 (patch) | |
tree | 0807ac11e551e08ae430917215037dbc8221222d /runtime | |
parent | b6b12ea7c3f2a5ac18d92efc5e4ef814971dfdef (diff) | |
parent | 3a0543bd616f1b726f9fc385703d45e8e4aee287 (diff) | |
download | rneovim-88336851ee1e9c3982195592ae2fc145ecfd3369.tar.gz rneovim-88336851ee1e9c3982195592ae2fc145ecfd3369.tar.bz2 rneovim-88336851ee1e9c3982195592ae2fc145ecfd3369.zip |
Merge pull request #15496 from jamessan/stdin_closed_backport
backport: feat(job): add parameter to close stdin
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/eval.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index bf7f2b21de..b3c22c103a 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -5641,6 +5641,9 @@ jobstart({cmd}[, {opts}]) *jobstart()* before invoking `on_stderr`. |channel-buffered| stdout_buffered: (boolean) Collect data until EOF (stream closed) before invoking `on_stdout`. |channel-buffered| + stdin: (string) Either "pipe" (default) to connect the + job's stdin to a channel or "null" to disconnect + stdin. width: (number) Width of the `pty` terminal. {opts} is passed as |self| dictionary to the callback; the |