diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2021-07-13 20:51:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-13 20:51:46 +0200 |
commit | 02bf251bb3f1dd55a2c6599790ae6a7772082cdd (patch) | |
tree | a4ef1472d91cf6b6a04b566a04b5115b534a78b8 /runtime/doc | |
parent | eece0735fe3b4f70747644ebf5daf7320f441616 (diff) | |
parent | f83763b2615e272d2187ae042a968672c37a5764 (diff) | |
download | rneovim-02bf251bb3f1dd55a2c6599790ae6a7772082cdd.tar.gz rneovim-02bf251bb3f1dd55a2c6599790ae6a7772082cdd.tar.bz2 rneovim-02bf251bb3f1dd55a2c6599790ae6a7772082cdd.zip |
Merge pull request #14812 from gpanders/stdin_closed
feat(job): add parameter to close stdin
Diffstat (limited to 'runtime/doc')
-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 9e9b828c5a..8c360b1778 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -5637,6 +5637,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 |