luaref: simplify handling of table callables and fix leak in vim.fn.call(table)

I AM THE TABLE
This commit is contained in:
Björn Linse
2021-03-27 17:15:04 +01:00
parent 623fe4dc7e
commit 7e799502e5
6 changed files with 43 additions and 85 deletions

View File

@@ -11,7 +11,6 @@
typedef struct {
LuaRef func_ref;
LuaRef table_ref;
} LuaCallable;
typedef struct {