comparison runtime/doc/channel.txt @ 10218:584c835a2de1

commit https://github.com/vim/vim/commit/50ba526fbf3e9e5e0e6b0b3086a4d5df581ebc7e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 22 22:33:02 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Thu, 22 Sep 2016 22:45:04 +0200
parents 9f48eab77d62
children 876fbdd84e52
comparison
equal deleted inserted replaced
10217:b38b4d896141 10218:584c835a2de1
1 *channel.txt* For Vim version 8.0. Last change: 2016 Sep 11 1 *channel.txt* For Vim version 8.0. Last change: 2016 Sep 20
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
31 31
32 ============================================================================== 32 ==============================================================================
33 1. Overview *job-channel-overview* 33 1. Overview *job-channel-overview*
34 34
35 There are four main types of jobs: 35 There are four main types of jobs:
36 1. A deamon, serving several Vim instances. 36 1. A daemon, serving several Vim instances.
37 Vim connects to it with a socket. 37 Vim connects to it with a socket.
38 2. One job working with one Vim instance, asynchronously. 38 2. One job working with one Vim instance, asynchronously.
39 Uses a socket or pipes. 39 Uses a socket or pipes.
40 3. A job performing some work for a short time, asynchronously. 40 3. A job performing some work for a short time, asynchronously.
41 Uses a socket or pipes. 41 Uses a socket or pipes.