mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 18:37:02 +10: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).