comparison runtime/doc/eval.txt @ 8502:ee5cb2e9ed5a v7.4.1541

commit https://github.com/vim/vim/commit/8950a563b306ce76f259573d91c2ddccdf52e32e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 12 15:22:55 2016 +0100 patch 7.4.1541 Problem: Missing job_info(). Solution: Implement it.
author Christian Brabandt <cb@256bit.org>
date Sat, 12 Mar 2016 15:30:04 +0100
parents da01d5da2cfa
children 5104f96b6ecf
comparison
equal deleted inserted replaced
8501:e6534d33f5ea 8502:ee5cb2e9ed5a
4525 "dead" job died or was stopped after running 4525 "dead" job died or was stopped after running
4526 4526
4527 If an exit callback was set with the "exit-cb" option and the 4527 If an exit callback was set with the "exit-cb" option and the
4528 job is now detected to be "dead" the callback will be invoked. 4528 job is now detected to be "dead" the callback will be invoked.
4529 4529
4530 For more information see |job_info()|.
4531
4530 {only available when compiled with the |+job| feature} 4532 {only available when compiled with the |+job| feature}
4531 4533
4532 job_stop({job} [, {how}]) *job_stop()* 4534 job_stop({job} [, {how}]) *job_stop()*
4533 Stop the {job}. This can also be used to signal the job. 4535 Stop the {job}. This can also be used to signal the job.
4534 4536