diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-09-22 22:33:02 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-09-22 22:33:02 +0200 |
commit | 50ba526fbf3e9e5e0e6b0b3086a4d5df581ebc7e (patch) | |
tree | d2eeeb618935c8cbd3d05f2d1b771d49b346d9b7 /runtime/doc/channel.txt | |
parent | 9e02cfa226b2577ec867b544a1a450a428a19880 (diff) | |
download | vim-50ba526fbf3e9e5e0e6b0b3086a4d5df581ebc7e.zip |
Updated runtime files.
Diffstat (limited to 'runtime/doc/channel.txt')
-rw-r--r-- | runtime/doc/channel.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/channel.txt b/runtime/doc/channel.txt index d3f7cfe7f..7c286f3aa 100644 --- a/runtime/doc/channel.txt +++ b/runtime/doc/channel.txt @@ -1,4 +1,4 @@ -*channel.txt* For Vim version 8.0. Last change: 2016 Sep 11 +*channel.txt* For Vim version 8.0. Last change: 2016 Sep 20 VIM REFERENCE MANUAL by Bram Moolenaar @@ -33,7 +33,7 @@ The Netbeans interface also uses a channel. |netbeans| 1. Overview *job-channel-overview* There are four main types of jobs: -1. A deamon, serving several Vim instances. +1. A daemon, serving several Vim instances. Vim connects to it with a socket. 2. One job working with one Vim instance, asynchronously. Uses a socket or pipes. |