mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
This simplifies the generated msgpack_rpc_dispatch() function, separates the code for each RPC method more clearly and allows easy implementation of alternative dispatching methods (e.g. string method id dispatch).