mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 06:58:35 +00:00
luaref: simplify handling of table callables and fix leak in vim.fn.call(table)
I AM THE TABLE
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
|
||||
typedef struct {
|
||||
LuaRef func_ref;
|
||||
LuaRef table_ref;
|
||||
} LuaCallable;
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user