comparison src/proto/if_lua.pro @ 2320:966a5609669e vim73

Added Lua interfae. (Luis Carvalho)
author Bram Moolenaar <bram@vim.org>
date Wed, 14 Jul 2010 23:23:17 +0200
parents
children f149bb1cf5be
comparison
equal deleted inserted replaced
2319:c79ccf947487 2320:966a5609669e
1 /* if_lua.c */
2 void lua_end __ARGS((void));
3 void ex_lua __ARGS((exarg_T *eap));
4 void ex_luado __ARGS((exarg_T *eap));
5 void ex_luafile __ARGS((exarg_T *eap));
6 void lua_buffer_free __ARGS((buf_T *buf));
7 void lua_window_free __ARGS((win_T *win));
8 /* vim: set ft=c : */