aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua/commands_spec.lua
Commit message (Expand)AuthorAge
* fix(excmd): append original command to error messagezeertzjq2023-05-05
* vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq2023-05-05
* fix(heredoc): allow missing end marker for scriptszeertzjq2023-04-29
* feat(lua): allow `:=expr` as a shorter version of `:lua =expr`bfredl2023-03-22
* refactor!: rename vim.pretty_print => vim.printJustin M. Keyes2023-03-13
* fix(lua): print multiple return values with =expr (#16933)Shadman2022-01-06
* feat(lua): make =expr print result of exprshadmansaleh2022-01-04
* feat(lua): enable stack traces in error output (#16228)Gregory Anders2021-11-06
* refactor(tests): remove redir_exec #15718Justin M. Keyes2021-09-19
* test/vim.validate(): assert normalized stacktraceJustin M. Keyes2020-10-05
* API: include invalid buffer/window/tabpage in error message (#11712)Daniel Hahler2020-01-14
* Add v:lua.func() vimL syntax for calling luaBjörn Linse2019-11-16
* tests/lua: test for multiline error messages in luaBjörn Linse2019-01-23
* executor,functests: Add print() tests, some fixesZyX2017-03-27
* executor: Add :luafile commandZyX2017-03-27
* executor: Fix some memory leaksZyX2017-03-27
* executor,functests: Add tests for :luado, also some fixesZyX2017-03-27
* doc,functests: Add documentationZyX2017-03-27
* functests: Add tests for :luaZyX2017-03-27
* functests: Add some testsZyX2017-03-27