Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | executor: Make sure it works with API values | ZyX | 2017-03-27 |
| | |||
* | *: Silence linter | ZyX | 2017-03-27 |
| | |||
* | viml/executor: Directly generate typval_T values | ZyX | 2017-03-27 |
| | | | | | Note: this will *still* crash when using API in cases similar to the one described in first commit. Just it needs different code to reproduce. | ||
* | eval: Add luaeval function | ZyX | 2017-03-27 |
No tests yet, no documentation update, no :lua* stuff, no vim module. converter.c should also work with typval_T, not Object. Known problem: luaeval("1", {}) results in PANIC: unprotected error in call to Lua API (attempt to index a nil value) Ref #3823 |