aboutsummaryrefslogtreecommitdiff
path: root/scripts/generate_vim_module.lua
Commit message (Collapse)AuthorAge
* eval: Add luaeval functionZyX2017-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