comparison runtime/doc/channel.txt @ 9860:9eaf8ef656e9

commit https://github.com/vim/vim/commit/0952131376a517fc12dc5ae908a97018b4ee23f0 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 12 22:54:35 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Fri, 12 Aug 2016 23:00:07 +0200
parents 9f921133ee90
children 176e34b0d678
comparison
equal deleted inserted replaced
9859:72104c1f1961 9860:9eaf8ef656e9
52 52
53 Common combination are: 53 Common combination are:
54 - Using a job connected through pipes in NL mode. E.g., to run a style 54 - Using a job connected through pipes in NL mode. E.g., to run a style
55 checker and receive errors and warnings. 55 checker and receive errors and warnings.
56 - Using a deamon, connecting over a socket in JSON mode. E.g. to lookup 56 - Using a deamon, connecting over a socket in JSON mode. E.g. to lookup
57 crosss-refrences in a database. 57 cross-references in a database.
58 58
59 ============================================================================== 59 ==============================================================================
60 2. Channel demo *channel-demo* *demoserver.py* 60 2. Channel demo *channel-demo* *demoserver.py*
61 61
62 This requires Python. The demo program can be found in 62 This requires Python. The demo program can be found in