summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-03-12 15:22:55 +0100
committerBram Moolenaar <Bram@vim.org>2016-03-12 15:22:55 +0100
commit8950a563b306ce76f259573d91c2ddccdf52e32e (patch)
tree0de3369989e3fe8b067541954cf02b2804097b58 /runtime
parentac42afd10b96424b89762871905e3e785cdfba3d (diff)
patch 7.4.1541v7.4.1541
Problem: Missing job_info(). Solution: Implement it.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/eval.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 5284293d46..0bb4b83b2a 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -4527,6 +4527,8 @@ job_status({job}) *job_status()* *E916*
If an exit callback was set with the "exit-cb" option and the
job is now detected to be "dead" the callback will be invoked.
+ For more information see |job_info()|.
+
{only available when compiled with the |+job| feature}
job_stop({job} [, {how}]) *job_stop()*