aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua/commands_spec.lua
Commit message (Expand)AuthorAge
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* test: allow exec_lua to handle functionsLewis Russell2024-08-02
* test: improve test conventionsdundargoc2024-04-23
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* feat(ex_cmds): no error on :lua with {range} and {code} (#27290)luukvbaal2024-02-02
* fix(lua): avoid internal error when :luado deletes lines (#27262)zeertzjq2024-01-30
* docs(lua): update ":{range}lua" docs + error message #27231Justin M. Keyes2024-01-27
* feat(ex_cmds): ranged :lua #27167luukvbaal2024-01-26
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: normalise nvim bridge functionsLewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* test: do not inject vim module into global helpersLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* 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