mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 01:08:20 +00:00
api/msgpack-rpc: Use EXT type to serialize Buffer/Window/Tabpage
This commit is contained in:
@@ -55,6 +55,7 @@
|
||||
#include "nvim/os/signal.h"
|
||||
#include "nvim/os/job.h"
|
||||
#include "nvim/os/msgpack_rpc.h"
|
||||
#include "nvim/os/msgpack_rpc_helpers.h"
|
||||
|
||||
#if defined(HAVE_SYS_IOCTL_H)
|
||||
# include <sys/ioctl.h>
|
||||
@@ -166,6 +167,7 @@ void mch_init(void)
|
||||
#endif
|
||||
|
||||
msgpack_rpc_init();
|
||||
msgpack_rpc_helpers_init();
|
||||
event_init();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user