comparison runtime/doc/channel.txt @ 10498:883396809b45

commit https://github.com/vim/vim/commit/bc2eada5424bff06f7eb77c032ecc067da52b846 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 2 21:27:47 2017 +0100 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Mon, 02 Jan 2017 21:30:04 +0100
parents 222b1432814e
children 63b0b7b79b25
comparison
equal deleted inserted replaced
10497:4401e7bed2fe 10498:883396809b45
1 *channel.txt* For Vim version 8.0. Last change: 2016 Dec 01 1 *channel.txt* For Vim version 8.0. Last change: 2016 Dec 02
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
603 "err_cb" wasn't set the channel callback is used. 603 "err_cb" wasn't set the channel callback is used.
604 The two arguments are the channel and the message. 604 The two arguments are the channel and the message.
605 *job-close_cb* 605 *job-close_cb*
606 "close_cb": handler Callback for when the channel is closed. Same as 606 "close_cb": handler Callback for when the channel is closed. Same as
607 "close_cb" on |ch_open()|, see |close_cb|. 607 "close_cb" on |ch_open()|, see |close_cb|.
608 *job-exit_cb* 608 *job-drop*
609 "drop" Specifies when to drop messages. Same as "drop" on 609 "drop" Specifies when to drop messages. Same as "drop" on
610 |ch_open()|, see |channel-drop|. For "auto" the 610 |ch_open()|, see |channel-drop|. For "auto" the
611 exit_cb is not considered. 611 exit_cb is not considered.
612 612 *job-exit_cb*
613 "exit_cb": handler Callback for when the job ends. The arguments are the 613 "exit_cb": handler Callback for when the job ends. The arguments are the
614 job and the exit status. 614 job and the exit status.
615 Vim checks up to 10 times per second for jobs that 615 Vim checks up to 10 times per second for jobs that
616 ended. The check can also be triggered by calling 616 ended. The check can also be triggered by calling
617 |job_status()|, which may then invoke the exit_cb 617 |job_status()|, which may then invoke the exit_cb