aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/highlight.c
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2023-04-08 10:38:30 +0200
committerGitHub <noreply@github.com>2023-04-08 10:38:30 +0200
commit72d5a13e55e94bdebfffab5f656f553bb76c7b10 (patch)
tree1d715a4a8fd80371775c46a5b82767c8a78580ed /src/nvim/highlight.c
parentbc66b755f61ba0e3383177b2866e05557ffa3966 (diff)
parentefb0896f21e03f64e3a14e7c09994e81956f47b9 (diff)
downloadrneovim-72d5a13e55e94bdebfffab5f656f553bb76c7b10.tar.gz
rneovim-72d5a13e55e94bdebfffab5f656f553bb76c7b10.tar.bz2
rneovim-72d5a13e55e94bdebfffab5f656f553bb76c7b10.zip
Merge pull request #22873 from bfredl/keyset2
refactor(api): make typed dicts appear as real types in the source code
Diffstat (limited to 'src/nvim/highlight.c')
-rw-r--r--src/nvim/highlight.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/highlight.c b/src/nvim/highlight.c
index f4d851cfec..e2f3e2aafa 100644
--- a/src/nvim/highlight.c
+++ b/src/nvim/highlight.c
@@ -11,6 +11,7 @@
#include "klib/kvec.h"
#include "lauxlib.h"
#include "nvim/api/private/defs.h"
+#include "nvim/api/private/dispatch.h"
#include "nvim/api/private/helpers.h"
#include "nvim/api/private/validate.h"
#include "nvim/api/ui.h"