bufhl: use kbtree for bufhl

This commit is contained in:
Björn Linse
2016-07-28 22:42:22 +02:00
parent 0b6b03c472
commit 1eff241ec6
6 changed files with 84 additions and 44 deletions

View File

@@ -149,4 +149,3 @@ MAP_IMPL(handle_T, ptr_t, DEFAULT_INITIALIZER)
#define MSGPACK_HANDLER_INITIALIZER { .fn = NULL, .async = false }
MAP_IMPL(String, MsgpackRpcRequestHandler, MSGPACK_HANDLER_INITIALIZER)
#define KVEC_INITIALIZER { .size = 0, .capacity = 0, .items = NULL }
MAP_IMPL(linenr_T, bufhl_vec_T, KVEC_INITIALIZER)