aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/viml/executor
Commit message (Expand)AuthorAge
* executor: Fix some memory leaksZyX2017-03-27
* executor,functests: Add tests for :luado, also some fixesZyX2017-03-27
* executor: Add :luado commandZyX2017-03-27
* ex_getln: Refactor script_get()ZyX2017-03-27
* executor: Add some const qualifiersZyX2017-03-27
* executor: Add :lua commandZyX2017-03-27
* executor/executor: Free lcmd on errorZyX2017-03-27
* executor/executor: When reporting errors use lua string lengthZyX2017-03-27
* eval/decode: Fix memory leak in JSON functionsZyX2017-03-27
* executor/converter: Use readable lua numbers for handlesZyX2017-03-27
* executor/converter: Allow converting self-referencing lua objectsZyX2017-03-27
* functests: Test for error conditionsZyX2017-03-27
* executor/converter: Make it possible to supply `{}` to Dictionary argZyX2017-03-27
* executor/converter: Make nlua_pop_Object not recursiveZyX2017-03-27
* executor/converter: Fix how maxidx is determinedZyX2017-03-27
* executor/converter: Fix conversion of self-containing containersZyX2017-03-27
* executor: Make sure it works with API valuesZyX2017-03-27
* *: Silence linterZyX2017-03-27
* viml/executor: Directly generate typval_T valuesZyX2017-03-27
* eval: Add luaeval functionZyX2017-03-27