mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 16:58:17 +00:00
API: Refactor: Implement api/handle module
This module will be used to implement remote management of objects through the API. Object types to be registered must have a `uint64_t` field named 'handle'.
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "nvim/api/private/handle.h"
|
||||
#include "nvim/vim.h"
|
||||
#include "nvim/os_unix.h"
|
||||
#include "nvim/buffer.h"
|
||||
@@ -542,6 +543,7 @@ int mch_nodetype(char_u *name)
|
||||
|
||||
void mch_early_init()
|
||||
{
|
||||
handle_init();
|
||||
time_init();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user