mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 05:28:33 +00:00
bufhl: use kbtree for bufhl
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user