1
0
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:
Bram Moolenaar
2012-04-05 16:54:08 +02:00
parent e0ebfd7507
commit 1dced5727f
5 changed files with 1034 additions and 288 deletions

View File

@@ -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 : */