summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/lua/luaeval_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-20refactor(test): drop deprecated exc_exec #39242Justin M. Keyes1
2025-09-03docs: lsp, miscJustin M. Keyes1
2025-08-31fix(lua): report error in Lua Funcref callback properly (#35555)zeertzjq1
2025-05-06refactor(tests): lint decorations_spec, float_spec, multigrid_spec #33274Justin M. Keyes1
2025-05-04feat(messages): cleanup Lua error messagesJustin M. Keyes1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl1
2024-09-23refactor(api)!: rename Dictionary => DictJustin M. Keyes1
2024-08-14refactor(tests): again yet more global highlight definitionsbfredl1
2024-08-02fix(eval): handle wrong v:lua in expr option properly (#29953)zeertzjq1
2024-06-27refactor(typval)!: remove distinction of binary and nonbinary stringsbfredl1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-02-18fix(eval): skip over v:lua properly (#27517)zeertzjq1
2024-01-17test: big cleanup followupLewis Russell1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2024-01-12test: typing for helpers.methsLewis Russell1
2024-01-12test: do not inject vim module into global helpersLewis Russell1
2023-12-18fix(lua): handle array with holes in luaeval() (#26630)zeertzjq1
2023-12-09test: avoid repeated screen lines in expected stateszeertzjq1
2023-05-22test: don't unnecessarily specify win/buf for `nvim_(get|set)_option_value`Famiu Haque1
2023-05-21refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell1
2023-04-16vim-patch:8.2.2857: Vim9: exception in ISN_INSTR caught at wrong level (#23131)zeertzjq1
2023-04-16vim-patch:8.2.3783: confusing error for using a variable as a functionzeertzjq1
2022-08-20fix(eval): check for v:lua when calling callback (#19855)zeertzjq1
2022-01-28fix(eval): v:lua support for `-` in module namesbb010g1
2021-11-06feat(lua): enable stack traces in error output (#16228)Gregory Anders1
2021-10-23feat(lua): document support of packages with v:lua syntaxBjörn Linse1
2021-10-03feat(eval/method): partially port v8.1.1954Sean Dewar1
2021-09-15feat(decode_string): decode binary string with NULs to BlobSean Dewar1
2021-09-15feat(nlua): convert Blobs to stringsSean Dewar1
2021-08-13feat(v:lua): support calling v:lua as a methodSean Dewar1
2021-08-12fix(v:lua): fix emsg when calling v:lua directlySean Dewar1
2020-10-05test/vim.validate(): assert normalized stacktraceJustin M. Keyes1
2020-07-19lua: Fix crash on unprotected lua errors (#12658)TJ DeVries1
2020-07-10lua: Add ability to pass tables with __callTJ DeVries1
2020-07-10lua: Add ability to pass lua functions directly to vimLTJ DeVries1
2019-11-16Add v:lua.func() vimL syntax for calling luaBjörn Linse1
2018-05-09API: return non-generic VimL errorsJustin M. Keyes1
2017-03-27executor,functests: Add print() tests, some fixesZyX1
2017-03-27executor: Fix some memory leaksZyX1
2017-03-27executor: Add :luado commandZyX1
2017-03-27doc,functests: Add documentationZyX1
2017-03-27functests: Some more testsZyX1
2017-03-27functests: Move existing tests from lua_spec to lua/*, fix themZyX1
2017-03-27functests: Add some testsZyX1