aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/executor.h
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2021-12-28 23:18:07 +0100
committerGitHub <noreply@github.com>2021-12-28 23:18:07 +0100
commit7bb593169ec8c4253d2e8a373fa2ce41cec1cc74 (patch)
treef1916b215749503bcaa0e4b934c248a75d096003 /src/nvim/lua/executor.h
parent08616571f47cc367a5fe59b52295708b9fda3b09 (diff)
parenteff11b3c3fcb9aa777deafb0a33b1523aa05b603 (diff)
downloadrneovim-7bb593169ec8c4253d2e8a373fa2ce41cec1cc74.tar.gz
rneovim-7bb593169ec8c4253d2e8a373fa2ce41cec1cc74.tar.bz2
rneovim-7bb593169ec8c4253d2e8a373fa2ce41cec1cc74.zip
Merge pull request #16752 from gpanders/lua-user-commands
feat(api): implement nvim_{add,del}_user_command
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 a1f66bd02b..bf78f7ec5e 100644
--- a/src/nvim/lua/executor.h
+++ b/src/nvim/lua/executor.h
@@ -7,6 +7,7 @@
#include "nvim/api/private/defs.h"
#include "nvim/eval/typval.h"
#include "nvim/ex_cmds_defs.h"
+#include "nvim/ex_docmd.h"
#include "nvim/func_attr.h"
#include "nvim/lua/converter.h"