commit | 8950a563b306ce76f259573d91c2ddccdf52e32e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 12 15:22:55 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 12 15:22:55 2016 +0100 |
tree | 0de3369989e3fe8b067541954cf02b2804097b58 | |
parent | ac42afd10b96424b89762871905e3e785cdfba3d [diff] |
patch 7.4.1541 Problem: Missing job_info(). Solution: Implement it.
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 5284293..0bb4b83 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt
@@ -4527,6 +4527,8 @@ 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()*