Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | luaref: simplify handling of table callables and fix leak in vim.fn.call(table) | Björn Linse | 2021-04-03 |
| | | | | I AM THE TABLE | ||
* | lua: Add ability to pass tables with __call | TJ DeVries | 2020-07-10 |
| | | | | | | | | | | | | vim-patch:8.2.1054: not so easy to pass a lua function to Vim vim-patch:8.2.1084: Lua: registering function has useless code I think I have also opened up the possibility for people to use these callbacks elsewhere, since I've added a new struct that we should be able to use. Also, this should allow us to determine what the state of a list is in Lua or a dictionary in Lua, since we now can track the luaref as we go. | ||
* | lua: Add ability to pass lua functions directly to vimL | TJ DeVries | 2020-07-10 |
| | |||
* | lua: Fix header guards | ZyX | 2017-04-11 |
| | |||
* | lua: Move files from src/nvim/viml/executor to src/nvim/lua | ZyX | 2017-04-11 |