aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2015-03-28 11:40:25 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2015-03-29 20:35:44 -0300
commitb8b9e5ebade4d88840177154338cb99db5c7fbab (patch)
treee9e886394d5dbc260135df4b41b770fddb4e5b6a /runtime/doc
parent028f6d7d3f822dd620873a2a51c2d68ab1ef0b95 (diff)
downloadrneovim-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.txt4
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