summaryrefslogtreecommitdiffstats
path: root/runtime/doc/channel.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-06-26 12:21:15 +0100
committerBram Moolenaar <Bram@vim.org>2022-06-26 12:21:15 +0100
commit8a3b805c6c9cae341d560df9c3567ebbe42a7404 (patch)
treee4698c444eb52cbb7aff2138a8491debceda4c5a /runtime/doc/channel.txt
parent0fbc9260a75dfc4d86f20e7c0eb76878f513a212 (diff)
Update runtime files
Diffstat (limited to 'runtime/doc/channel.txt')
-rw-r--r--runtime/doc/channel.txt33
1 files changed, 1 insertions, 32 deletions
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": <list|dict>
}
-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": <number>,
- "method": <string>,
- "params": <list|dict>
- }
-
-A LSP response message has the following format (expressed as a Vim Dict). The
-"result" and "error" fields are optional: >
-
- {
- "jsonrpc": "2.0",
- "id": <number>,
- "result": <vim type>
- "error": <dict>
- }
-
-A LSP notification message has the following format (expressed as a Vim Dict).
-The "params" field is optional: >
-
- {
- "jsonrpc": "2.0",
- "method": <string>,
- "params": <list|dict>
- }
-
+<
vim:tw=78:ts=8:noet:ft=help:norl: