summaryrefslogtreecommitdiffstats
path: root/runtime/doc/channel.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-04-20 22:36:41 +0200
committerBram Moolenaar <Bram@vim.org>2018-04-20 22:36:41 +0200
commit7dda86f2ff35bb80afce4da24782fd58216bbe50 (patch)
tree3fe382cfac41a8f9270bd126141c1aa6230868bb /runtime/doc/channel.txt
parent6176697203b0f168f4566597e15d8488b62ad490 (diff)
Update runtime files.
Diffstat (limited to 'runtime/doc/channel.txt')
-rw-r--r--runtime/doc/channel.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/channel.txt b/runtime/doc/channel.txt
index 4e47ef1497..f0d459be24 100644
--- a/runtime/doc/channel.txt
+++ b/runtime/doc/channel.txt
@@ -1,4 +1,4 @@
-*channel.txt* For Vim version 8.0. Last change: 2017 Aug 11
+*channel.txt* For Vim version 8.0. Last change: 2018 Apr 18
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -55,7 +55,7 @@ JS JavaScript style JSON-like encoding |js_encode()|
Common combination are:
- Using a job connected through pipes in NL mode. E.g., to run a style
checker and receive errors and warnings.
-- Using a deamon, connecting over a socket in JSON mode. E.g. to lookup
+- Using a daemon, connecting over a socket in JSON mode. E.g. to lookup
cross-references in a database.
==============================================================================