summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/lua/commands_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-20refactor(test): drop deprecated exc_exec #39242Justin M. Keyes1
2025-05-04feat(messages): cleanup Lua error messagesJustin M. Keyes1
2025-03-07fix(lua): always use vim.inspect() for :lua= (#32715)zeertzjq1
2025-02-28vim-patch:8.2.4603: sourcing buffer lines is too complicatedzeertzjq1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl1
2024-08-02test: allow exec_lua to handle functionsLewis Russell1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-02-02feat(ex_cmds): no error on :lua with {range} and {code} (#27290)luukvbaal1
2024-01-30fix(lua): avoid internal error when :luado deletes lines (#27262)zeertzjq1
2024-01-27docs(lua): update ":{range}lua" docs + error message #27231Justin M. Keyes1
2024-01-26feat(ex_cmds): ranged :lua #27167luukvbaal1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2024-01-12test: normalise nvim bridge functionsLewis Russell1
2024-01-12test: typing for helpers.methsLewis Russell1
2024-01-12test: do not inject vim module into global helpersLewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-12-09test: avoid repeated screen lines in expected stateszeertzjq1
2023-05-05fix(excmd): append original command to error messagezeertzjq1
2023-05-05vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq1
2023-04-29fix(heredoc): allow missing end marker for scriptszeertzjq1
2023-03-22feat(lua): allow `:=expr` as a shorter version of `:lua =expr`bfredl1
2023-03-13refactor!: rename vim.pretty_print => vim.printJustin M. Keyes1
2022-01-06fix(lua): print multiple return values with =expr (#16933)Shadman1
2022-01-04feat(lua): make =expr print result of exprshadmansaleh1
2021-11-06feat(lua): enable stack traces in error output (#16228)Gregory Anders1
2021-09-19refactor(tests): remove redir_exec #15718Justin M. Keyes1
2020-10-05test/vim.validate(): assert normalized stacktraceJustin M. Keyes1
2020-01-14API: include invalid buffer/window/tabpage in error message (#11712)Daniel Hahler1
2019-11-16Add v:lua.func() vimL syntax for calling luaBjörn Linse1
2019-01-23tests/lua: test for multiline error messages in luaBjörn Linse1
2017-03-27executor,functests: Add print() tests, some fixesZyX1
2017-03-27executor: Add :luafile commandZyX1
2017-03-27executor: Fix some memory leaksZyX1
2017-03-27executor,functests: Add tests for :luado, also some fixesZyX1
2017-03-27doc,functests: Add documentationZyX1
2017-03-27functests: Add tests for :luaZyX1
2017-03-27functests: Add some testsZyX1