aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/executor.h
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-10-02 10:45:33 +0800
committerGitHub <noreply@github.com>2023-10-02 10:45:33 +0800
commit09a17f91d0d362c6e58bfdbe3ccdeacffb0b44b9 (patch)
tree204374657c5c6a7815d4aa612563c32feec18b28 /src/nvim/lua/executor.h
parent9ce1623837a817c3f4f5deff9c8ba862578b6009 (diff)
downloadrneovim-09a17f91d0d362c6e58bfdbe3ccdeacffb0b44b9.tar.gz
rneovim-09a17f91d0d362c6e58bfdbe3ccdeacffb0b44b9.tar.bz2
rneovim-09a17f91d0d362c6e58bfdbe3ccdeacffb0b44b9.zip
refactor: move cmdline completion types to cmdexpand_defs.h (#25465)
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 b132a0d147..f3e2b6d1d0 100644
--- a/src/nvim/lua/executor.h
+++ b/src/nvim/lua/executor.h
@@ -8,6 +8,7 @@
#include "nvim/api/private/defs.h"
#include "nvim/api/private/helpers.h"
#include "nvim/assert.h"
+#include "nvim/cmdexpand_defs.h"
#include "nvim/eval/typval_defs.h"
#include "nvim/ex_cmds_defs.h"
#include "nvim/func_attr.h"