@@ -1287,23 +1287,24 @@ Testing: *test-functions*
12871287
12881288Inter-process communication: *channel-functions*
12891289 ch_canread() check if there is something to read
1290- ch_open() open a channel
12911290 ch_close() close a channel
12921291 ch_close_in() close the in part of a channel
1292+ ch_evalexpr() evaluate an expression over channel
1293+ ch_evalraw() evaluate a raw string over channel
1294+ ch_getbufnr() get the buffer number for a channel
1295+ ch_getjob() get the Job of a channel
1296+ ch_info() get information about a channel
1297+ ch_listen() listen on a channel
1298+ ch_log() write a message in the channel log
1299+ ch_logfile() start logging channel activity
1300+ ch_open() open a channel
12931301 ch_read() read a message from a channel
12941302 ch_readblob() read a Blob from a channel
12951303 ch_readraw() read a raw message from a channel
12961304 ch_sendexpr() send a JSON message over a channel
12971305 ch_sendraw() send a raw message over a channel
1298- ch_evalexpr() evaluate an expression over channel
1299- ch_evalraw() evaluate a raw string over channel
1306+ ch_setoptions() set channel options
13001307 ch_status() get status of a channel
1301- ch_getbufnr() get the buffer number of a channel
1302- ch_getjob() get the job associated with a channel
1303- ch_info() get channel information
1304- ch_log() write a message in the channel log file
1305- ch_logfile() set the channel log file
1306- ch_setoptions() set the options for a channel
13071308 json_encode() encode an expression to a JSON string
13081309 json_decode() decode a JSON string to Vim types
13091310 js_encode() encode an expression to a JSON string
0 commit comments