forked from aniani/vim
Added Lua interfae. (Luis Carvalho)
This commit is contained in:
8
src/proto/if_lua.pro
Normal file
8
src/proto/if_lua.pro
Normal file
@@ -0,0 +1,8 @@
|
||||
/* if_lua.c */
|
||||
void lua_end __ARGS((void));
|
||||
void ex_lua __ARGS((exarg_T *eap));
|
||||
void ex_luado __ARGS((exarg_T *eap));
|
||||
void ex_luafile __ARGS((exarg_T *eap));
|
||||
void lua_buffer_free __ARGS((buf_T *buf));
|
||||
void lua_window_free __ARGS((win_T *win));
|
||||
/* vim: set ft=c : */
|
Reference in New Issue
Block a user