From 8a3b805c6c9cae341d560df9c3567ebbe42a7404 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 26 Jun 2022 12:21:15 +0100 Subject: Update runtime files --- runtime/doc/channel.txt | 33 +-------------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) (limited to 'runtime/doc/channel.txt') diff --git a/runtime/doc/channel.txt b/runtime/doc/channel.txt index 669657aa02..b7ae4d4300 100644 --- a/runtime/doc/channel.txt +++ b/runtime/doc/channel.txt @@ -1554,36 +1554,5 @@ The "params" field is optional: > "params": } -Depending on the use case, you can use the ch_evalexpr(), ch_sendexpr() and -ch_sendraw() functions on the same channel. - -A LSP request message has the following format (expressed as a Vim Dict). The -"params" field is optional: > - - { - "jsonrpc": "2.0", - "id": , - "method": , - "params": - } - -A LSP response message has the following format (expressed as a Vim Dict). The -"result" and "error" fields are optional: > - - { - "jsonrpc": "2.0", - "id": , - "result": - "error": - } - -A LSP notification message has the following format (expressed as a Vim Dict). -The "params" field is optional: > - - { - "jsonrpc": "2.0", - "method": , - "params": - } - +< vim:tw=78:ts=8:noet:ft=help:norl: -- cgit v1.2.3