mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
channel/msgpack_rpc: Refactor to better split functions across modules
Move validation/conversion functions and to msgpack_rpc_helpers to separate those from the functions that are used from the channel module
This commit is contained in:
@@ -91,6 +91,7 @@ output:write([[
|
||||
#include <msgpack.h>
|
||||
|
||||
#include "nvim/os/msgpack_rpc.h"
|
||||
#include "nvim/os/msgpack_rpc_helpers.h"
|
||||
]])
|
||||
|
||||
for i = 1, #headers do
|
||||
|
||||
Reference in New Issue
Block a user