1
0
forked from aniani/vim

Make it possible to load Lua dynamically on Unix. (Luis Carvalho)

This commit is contained in:
Bram Moolenaar
2010-07-22 21:32:16 +02:00
parent 766fb0d2b2
commit 2334b6d594
8 changed files with 114 additions and 71 deletions

View File

@@ -1,4 +1,5 @@
/* if_lua.c */
int lua_enabled __ARGS((int verbose));
void lua_end __ARGS((void));
void ex_lua __ARGS((exarg_T *eap));
void ex_luado __ARGS((exarg_T *eap));