mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +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:
@@ -85,3 +85,4 @@
|
||||
|
||||
MAP_IMPL(cstr_t)
|
||||
MAP_IMPL(ptr_t)
|
||||
MAP_IMPL(uint64_t)
|
||||
|
Reference in New Issue
Block a user