summaryrefslogtreecommitdiffstats
path: root/src/proto/if_lua.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-05-31 14:08:12 +0200
committerBram Moolenaar <Bram@vim.org>2020-05-31 14:08:12 +0200
commit788fbb47079e6df4d4815d27273faf8390395029 (patch)
tree4257162a0428962e3aad34a926ff40d08b0d632d /src/proto/if_lua.pro
parent5cd1cb9ff9d04979ff4cbc36ca8416d83364505d (diff)
patch 8.2.0858: not easy to require Lua modulesv8.2.0858
Problem: Not easy to require Lua modules. Solution: Improve use of Lua path. (Prabir Shrestha, closes #6098)
Diffstat (limited to 'src/proto/if_lua.pro')
-rw-r--r--src/proto/if_lua.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/if_lua.pro b/src/proto/if_lua.pro
index c33678e13d..2e5da0c48f 100644
--- a/src/proto/if_lua.pro
+++ b/src/proto/if_lua.pro
@@ -8,4 +8,5 @@ void lua_buffer_free(buf_T *o);
void lua_window_free(win_T *o);
void do_luaeval(char_u *str, typval_T *arg, typval_T *rettv);
int set_ref_in_lua(int copyID);
+void update_package_paths_in_lua(void);
/* vim: set ft=c : */