comparison runtime/doc/channel.txt @ 10051:46763b01cd9a

commit https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 31 22:22:10 2016 +0200 Updated runtime files. Remove HiLink commands.
author Christian Brabandt <cb@256bit.org>
date Wed, 31 Aug 2016 22:30:08 +0200
parents 8061455d9179
children d4b7232fc63a
comparison
equal deleted inserted replaced
10050:b702edc4b2b8 10051:46763b01cd9a
1 *channel.txt* For Vim version 7.4. Last change: 2016 Aug 27 1 *channel.txt* For Vim version 7.4. Last change: 2016 Aug 31
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
23 10. Job options |job-options| 23 10. Job options |job-options|
24 11. Controlling a job |job-control| 24 11. Controlling a job |job-control|
25 25
26 {Vi does not have any of these features} 26 {Vi does not have any of these features}
27 {only when compiled with the |+channel| feature for channel stuff} 27 {only when compiled with the |+channel| feature for channel stuff}
28 You can check this with: `has('channel')`
28 {only when compiled with the |+job| feature for job stuff} 29 {only when compiled with the |+job| feature for job stuff}
30 You can check this with: `has('job')`
29 31
30 ============================================================================== 32 ==============================================================================
31 1. Overview *job-channel-overview* 33 1. Overview *job-channel-overview*
32 34
33 There are four main types of jobs: 35 There are four main types of jobs: