aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua/luaeval_spec.lua
Commit message (Expand)AuthorAge
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* refactor(tests): again yet more global highlight definitionsbfredl2024-08-14
* fix(eval): handle wrong v:lua in expr option properly (#29953)zeertzjq2024-08-02
* refactor(typval)!: remove distinction of binary and nonbinary stringsbfredl2024-06-27
* test: improve test conventionsdundargoc2024-04-23
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* fix(eval): skip over v:lua properly (#27517)zeertzjq2024-02-18
* test: big cleanup followupLewis Russell2024-01-17
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* test: do not inject vim module into global helpersLewis Russell2024-01-12
* fix(lua): handle array with holes in luaeval() (#26630)zeertzjq2023-12-18
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* 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