aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/executor.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2020-04-27 01:45:30 -0400
committerGitHub <noreply@github.com>2020-04-27 01:45:30 -0400
commitfc98f2d5815d8f7e671766db255edbb7365960b1 (patch)
tree6180a999aa9d1806d14e23f51be82e0347dc5d12 /src/nvim/lua/executor.c
parent34ad1ea36637845adb14c579587168126d3210e3 (diff)
parent6b050a145dcd2836512cdb8e5239cd2b656267b9 (diff)
downloadrneovim-fc98f2d5815d8f7e671766db255edbb7365960b1.tar.gz
rneovim-fc98f2d5815d8f7e671766db255edbb7365960b1.tar.bz2
rneovim-fc98f2d5815d8f7e671766db255edbb7365960b1.zip
Merge #11851 'eval.c: factor out eval/userfunc.c'
vim-patch:7.4.2058
Diffstat (limited to 'src/nvim/lua/executor.c')
-rw-r--r--src/nvim/lua/executor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/lua/executor.c b/src/nvim/lua/executor.c
index 9167ec5e54..144646fca2 100644
--- a/src/nvim/lua/executor.c
+++ b/src/nvim/lua/executor.c
@@ -27,6 +27,7 @@
#include "nvim/undo.h"
#include "nvim/ascii.h"
#include "nvim/change.h"
+#include "nvim/eval/userfunc.h"
#ifdef WIN32
#include "nvim/os/os.h"