forked from aniani/vim
updated for version 7.3.490
Problem: Member confusion in Lua interface. Solution: Fix it. Add luaeval(). (Taro Muraoka, Luis Carvalho)
This commit is contained in:
@@ -6,4 +6,6 @@ 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));
|
||||
void do_luaeval __ARGS((char_u *str, typval_T *arg, typval_T *rettv));
|
||||
void set_ref_in_lua __ARGS((int copyID));
|
||||
/* vim: set ft=c : */
|
||||
|
Reference in New Issue
Block a user