comparison runtime/doc/usr_41.txt @ 15512:f0f06837a699

Update runtime files. commit https://github.com/vim/vim/commit/d09091d4955c5f41de69928f2db85611ed54ed23 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 17 16:07:22 2019 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Jan 2019 16:15:08 +0100
parents 51b3c36b0523
children fe57e4f0eac1
comparison
equal deleted inserted replaced
15511:f41122780189 15512:f0f06837a699
1 *usr_41.txt* For Vim version 8.1. Last change: 2018 Dec 18 1 *usr_41.txt* For Vim version 8.1. Last change: 2019 Jan 12
2 2
3 VIM USER MANUAL - by Bram Moolenaar 3 VIM USER MANUAL - by Bram Moolenaar
4 4
5 Write a Vim script 5 Write a Vim script
6 6
956 ch_canread() check if there is something to read 956 ch_canread() check if there is something to read
957 ch_open() open a channel 957 ch_open() open a channel
958 ch_close() close a channel 958 ch_close() close a channel
959 ch_close_in() close the in part of a channel 959 ch_close_in() close the in part of a channel
960 ch_read() read a message from a channel 960 ch_read() read a message from a channel
961 ch_readblob() read a Blob from a channel
961 ch_readraw() read a raw message from a channel 962 ch_readraw() read a raw message from a channel
962 ch_sendexpr() send a JSON message over a channel 963 ch_sendexpr() send a JSON message over a channel
963 ch_sendraw() send a raw message over a channel 964 ch_sendraw() send a raw message over a channel
964 ch_evalexpr() evaluates an expression over channel 965 ch_evalexpr() evaluates an expression over channel
965 ch_evalraw() evaluates a raw string over channel 966 ch_evalraw() evaluates a raw string over channel