aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/executor.h
diff options
context:
space:
mode:
authorTJ DeVries <devries.timothyj@gmail.com>2020-06-19 00:23:30 -0400
committerTJ DeVries <devries.timothyj@gmail.com>2020-07-10 16:17:33 -0400
commit971a191c4d772493535d55524b994fe385fae546 (patch)
tree3f8cb844a1ddb58ab917b6ceb78e4984a1fbbd58 /src/nvim/lua/executor.h
parenta695da7d3fac19624d458e3f2980b4c0e55f50a4 (diff)
downloadrneovim-971a191c4d772493535d55524b994fe385fae546.tar.gz
rneovim-971a191c4d772493535d55524b994fe385fae546.tar.bz2
rneovim-971a191c4d772493535d55524b994fe385fae546.zip
lua: Add ability to pass lua functions directly to vimL
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 3259fc0fa1..6599b44584 100644
--- a/src/nvim/lua/executor.h
+++ b/src/nvim/lua/executor.h
@@ -8,6 +8,7 @@
#include "nvim/func_attr.h"
#include "nvim/eval/typval.h"
#include "nvim/ex_cmds_defs.h"
+#include "nvim/lua/converter.h"
// Generated by msgpack-gen.lua
void nlua_add_api_functions(lua_State *lstate) REAL_FATTR_NONNULL_ALL;