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

@@ -13,6 +13,7 @@
#include "nvim/ascii.h"
#include "nvim/api/private/helpers.h"
#include "nvim/api/private/defs.h"
#include "nvim/api/private/dispatch.h"
#include "nvim/api/buffer.h"
#include "nvim/msgpack_rpc/channel.h"
#include "nvim/lua/executor.h"