aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/executor.h
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-12-22 12:24:23 +0800
committerGitHub <noreply@github.com>2023-12-22 12:24:23 +0800
commit089b934352437ab310a6dd3b138c7ed9445a3d7b (patch)
tree51de0fb010d97d4bd82aa9674156aae8ab619cdd /src/nvim/lua/executor.h
parent6700127b30d55e6ddf70495e7b886464172d7ac6 (diff)
downloadrneovim-089b934352437ab310a6dd3b138c7ed9445a3d7b.tar.gz
rneovim-089b934352437ab310a6dd3b138c7ed9445a3d7b.tar.bz2
rneovim-089b934352437ab310a6dd3b138c7ed9445a3d7b.zip
refactor(options): generate BV_ and WV_ constants (#26705)
Diffstat (limited to 'src/nvim/lua/executor.h')
-rw-r--r--src/nvim/lua/executor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/lua/executor.h b/src/nvim/lua/executor.h
index 0b4623cbd3..16fa5f8bc0 100644
--- a/src/nvim/lua/executor.h
+++ b/src/nvim/lua/executor.h
@@ -9,6 +9,7 @@
#include "nvim/ex_cmds_defs.h" // IWYU pragma: keep
#include "nvim/func_attr.h"
#include "nvim/macros_defs.h"
+#include "nvim/map_defs.h"
#include "nvim/types_defs.h"
#include "nvim/usercmd.h" // IWYU pragma: keep