mirror of
https://github.com/neovim/neovim.git
synced 2025-10-14 22:06:07 +00:00
bufhl: use kbtree for bufhl
This commit is contained in:
@@ -30,7 +30,6 @@ MAP_DECLS(ptr_t, ptr_t)
|
||||
MAP_DECLS(uint64_t, ptr_t)
|
||||
MAP_DECLS(handle_T, ptr_t)
|
||||
MAP_DECLS(String, MsgpackRpcRequestHandler)
|
||||
MAP_DECLS(linenr_T, bufhl_vec_T)
|
||||
|
||||
#define map_new(T, U) map_##T##_##U##_new
|
||||
#define map_free(T, U) map_##T##_##U##_free
|
||||
|
Reference in New Issue
Block a user