comparison runtime/doc/channel.txt @ 9116:bc38030aec7d

commit https://github.com/vim/vim/commit/26852128a2b713ef49341a0c18daba928444e7eb Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 24 20:02:38 2016 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Tue, 24 May 2016 20:15:05 +0200
parents 071f9da012fb
children 053bc64433ec
comparison
equal deleted inserted replaced
9115:17306d56fa03 9116:bc38030aec7d
1 *channel.txt* For Vim version 7.4. Last change: 2016 May 19 1 *channel.txt* For Vim version 7.4. Last change: 2016 May 24
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
59 checker and receive errors and warnings. 59 checker and receive errors and warnings.
60 - Using a deamon, connecting over a socket in JSON mode. E.g. to lookup 60 - Using a deamon, connecting over a socket in JSON mode. E.g. to lookup
61 crosss-refrences in a database. 61 crosss-refrences in a database.
62 62
63 ============================================================================== 63 ==============================================================================
64 2. Channel demo *channel-demo* 64 2. Channel demo *channel-demo* *demoserver.py*
65 65
66 This requires Python. The demo program can be found in 66 This requires Python. The demo program can be found in
67 $VIMRUNTIME/tools/demoserver.py 67 $VIMRUNTIME/tools/demoserver.py
68 Run it in one terminal. We will call this T1. 68 Run it in one terminal. We will call this T1.
69 69