diff options
author | bfredl <bjorn.linse@gmail.com> | 2023-04-08 10:38:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-08 10:38:30 +0200 |
commit | 72d5a13e55e94bdebfffab5f656f553bb76c7b10 (patch) | |
tree | 1d715a4a8fd80371775c46a5b82767c8a78580ed /src/nvim/highlight.c | |
parent | bc66b755f61ba0e3383177b2866e05557ffa3966 (diff) | |
parent | efb0896f21e03f64e3a14e7c09994e81956f47b9 (diff) | |
download | rneovim-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.c | 1 |
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" |