aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua/luaeval_spec.lua
Commit message (Expand)AuthorAge
* test: don't unnecessarily specify win/buf for `nvim_(get|set)_option_value`Famiu Haque2023-05-22
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* vim-patch:8.2.2857: Vim9: exception in ISN_INSTR caught at wrong level (#23131)zeertzjq2023-04-16
* vim-patch:8.2.3783: confusing error for using a variable as a functionzeertzjq2023-04-16
* fix(eval): check for v:lua when calling callback (#19855)zeertzjq2022-08-20
* fix(eval): v:lua support for `-` in module namesbb010g2022-01-28
* feat(lua): enable stack traces in error output (#16228)Gregory Anders2021-11-06
* feat(lua): document support of packages with v:lua syntaxBjörn Linse2021-10-23
* 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