| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | ci: XXX: permissive termclose_spec timer (#7217) | Matthieu Coudron | 2017-08-26 |
| | | | | | We probably need to revisit the process_stop() logic. In the meantime this hack avoids CI noise. | ||
| * | jobstop/process_stop: send SIGTERM directly | Daniel Hahler | 2017-07-07 |
| | | | | | | This reverts the revert of #6644 (7c1a5d1d4), and handles it properly now (with tests). | ||
| * | test: retry() works with asserts; error() not required. | Justin M. Keyes | 2017-04-06 |
| | | |||
| * | test/termclose: Avoid indeterminism (#6281) | Justin M. Keyes | 2017-03-15 |
| | | |||
| * | terminal: Keep cursor position. | Justin M. Keyes | 2017-03-01 |
| | | | | | | | Let the terminal dictate the normal-mode cursor position. This will be disorienting sometimes, but it is closer to what users expect vs always going to the last line. | ||
| * | Merge pull request #5225 from equalsraf/windows-functionaltests | Björn Linse | 2016-08-31 |
| |\ | | | | | Enable functional tests in Appveyor | ||
| | * | Mark some functional tests as pending in Windows | Rui Abreu Ferreira | 2016-08-26 |
| | | | |||
| * | | api/ui: add tests for popupmenu_external events | Björn Linse | 2016-08-29 |
| |/ | | | | update screen.lua to use new style nvim_ui_attach | ||
| * | functests: Check logs in lua code | ZyX | 2016-06-10 |
| | | | | | | | It is otherwise impossible to determine which test failed sanitizer/valgrind check. test/functional/helpers.lua module return was changed so that tests which do not provide after_each function to get new check will automatically fail. | ||
| * | Tests: check <abuf> from TermClose | Marco Hinz | 2016-02-21 |
| | | |||
| * | test/functional: clean up according to luacheck (part 2) | Marco Hinz | 2015-11-23 |
| | | |||
| * | Test: add functional/autocmd/termclose_spec.lua | Marco Hinz | 2015-11-15 |