diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2016-07-28 22:42:22 +0200 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2017-06-24 11:09:10 +0200 |
commit | 1eff241ec68ebec76ef1e3e5c6d68bfb64602cf5 (patch) | |
tree | 7c23ee1f3e83cbe9658755a7a9c7f92f252d8d05 /src/nvim/api/vim.c | |
parent | 0b6b03c47211dc45dda03d047c24925edbdbf099 (diff) | |
download | rneovim-1eff241ec68ebec76ef1e3e5c6d68bfb64602cf5.tar.gz rneovim-1eff241ec68ebec76ef1e3e5c6d68bfb64602cf5.tar.bz2 rneovim-1eff241ec68ebec76ef1e3e5c6d68bfb64602cf5.zip |
bufhl: use kbtree for bufhl
Diffstat (limited to 'src/nvim/api/vim.c')
-rw-r--r-- | src/nvim/api/vim.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/api/vim.c b/src/nvim/api/vim.c index 74e5167635..92985b412a 100644 --- a/src/nvim/api/vim.c +++ b/src/nvim/api/vim.c @@ -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" |