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

@@ -106,8 +106,6 @@ typedef struct frame_S frame_T;
// for bufhl_*_T
#include "nvim/bufhl_defs.h"
typedef Map(linenr_T, bufhl_vec_T) bufhl_info_T;
#include "nvim/os/fs_defs.h" // for FileID
#include "nvim/terminal.h" // for Terminal