mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 10:26:31 +00:00
Merge pull request #24399 from lambdalisue/fix-messagepack-rpc
feat(msgpack_rpc): add a new `msgpack-rpc` client type to fix behavior with MessagePack-RPC compliant clients
This commit is contained in:
@@ -1500,7 +1500,10 @@ Array nvim_get_api_info(uint64_t channel_id, Arena *arena)
|
||||
/// - "commit" hash or similar identifier of commit
|
||||
/// @param type Must be one of the following values. Client libraries should
|
||||
/// default to "remote" unless overridden by the user.
|
||||
/// - "remote" remote client connected to Nvim.
|
||||
/// - "remote" remote client connected "Nvim flavored" MessagePack-RPC (responses
|
||||
/// must be in reverse order of requests). |msgpack-rpc|
|
||||
/// - "msgpack-rpc" remote client connected to Nvim via fully MessagePack-RPC
|
||||
/// compliant protocol.
|
||||
/// - "ui" gui frontend
|
||||
/// - "embedder" application using Nvim as a component (for example,
|
||||
/// IDE/editor implementing a vim mode).
|
||||
|
Reference in New Issue
Block a user