aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua/luaeval_spec.lua
Commit message (Expand)AuthorAge
* feat(eval/method): partially port v8.1.1954Sean Dewar2021-10-03
* feat(decode_string): decode binary string with NULs to BlobSean Dewar2021-09-15
* feat(nlua): convert Blobs to stringsSean Dewar2021-09-15
* feat(v:lua): support calling v:lua as a methodSean Dewar2021-08-13
* fix(v:lua): fix emsg when calling v:lua directlySean Dewar2021-08-12
* test/vim.validate(): assert normalized stacktraceJustin M. Keyes2020-10-05
* lua: Fix crash on unprotected lua errors (#12658)TJ DeVries2020-07-19
* lua: Add ability to pass tables with __callTJ DeVries2020-07-10
* lua: Add ability to pass lua functions directly to vimLTJ DeVries2020-07-10
* Add v:lua.func() vimL syntax for calling luaBjörn Linse2019-11-16
* API: return non-generic VimL errorsJustin M. Keyes2018-05-09
* executor,functests: Add print() tests, some fixesZyX2017-03-27
* executor: Fix some memory leaksZyX2017-03-27
* executor: Add :luado commandZyX2017-03-27
* doc,functests: Add documentationZyX2017-03-27
* functests: Some more testsZyX2017-03-27
* functests: Move existing tests from lua_spec to lua/*, fix themZyX2017-03-27
* functests: Add some testsZyX2017-03-27