Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor(tests): remove redir_exec #15718 | Justin M. Keyes | 2021-09-19 |
| | | | | | | | | | | | Problem - `redir_exec` is obsolete, but it keeps getting used in new tests because people copy existing tests. - Disadvantages of `redir_exec`: - Captures extra junk before the actual error/message that we _want_ to test. - Does not fail on error, unlike e.g. `command()`. Solution - Use new functions like `nvim_exec` and `pcall_err`. | ||
* | eval: improve ex_execute (#12445) | erw7 | 2020-07-20 |
| | |||
* | vim-patch:8.1.0619: :echomsg and :echoerr do not handle List and Dict | Jan Edmund Lazo | 2020-02-29 |
| | | | | | | | | | | | | | Problem: :echomsg and :echoerr do not handle List and Dict like :echo does. (Daniel Hahler) Solution: Be more tolerant about the expression result type. https://github.com/vim/vim/commit/461a7fcfce3cd6414f990037e6468af3b5ccf119 Add lua functional tests for :echo,:echon,:echomsg,:echoerr because nvim did not port "test_" functions from Vim that modify internal state. Testing :echoerr via try/catch is sufficient. | ||
* | functests: Ensure different SIDs on successive source() calls | ZyX | 2017-07-04 |
| | |||
* | functests: Add some more :echo tests which also check for regression | ZyX | 2017-07-04 |
| | | | | Fixes #6954 | ||
* | functests: Make ex_cmds/echo actually use :echo | ZyX | 2017-07-04 |
| | |||
* | functests: Copy eval/string_spec.lua to ex_cmds/echo_spec.lua | ZyX | 2017-07-04 |