diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2015-03-28 11:40:25 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2015-03-29 20:35:44 -0300 |
commit | b8b9e5ebade4d88840177154338cb99db5c7fbab (patch) | |
tree | e9e886394d5dbc260135df4b41b770fddb4e5b6a /runtime/doc | |
parent | 028f6d7d3f822dd620873a2a51c2d68ab1ef0b95 (diff) | |
download | rneovim-b8b9e5ebade4d88840177154338cb99db5c7fbab.tar.gz rneovim-b8b9e5ebade4d88840177154338cb99db5c7fbab.tar.bz2 rneovim-b8b9e5ebade4d88840177154338cb99db5c7fbab.zip |
eval: Implement `jobclose()` vimscript function
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/eval.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 9224fd25e0..1b1d93a065 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -4012,6 +4012,10 @@ items({dict}) *items()* entry and the value of this entry. The |List| is in arbitrary order. +jobclose({job}[, {stream}]) {Nvim} *jobclose()* + Close {job}'s {stream}, which can be one "stdin", "stdout" or + "stderr". If {stream} is omitted, all streams are closed. + jobresize({job}, {width}, {height}) {Nvim} *jobresize()* Resize {job}'s pseudo terminal window to {width} and {height}. This function will fail if used on jobs started without the |