| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | test: remove helpers.sleep() | Lewis Russell | 2024-01-12 |
| | | |||
| * | refactor: format test/* | Justin M. Keyes | 2024-01-03 |
| | | |||
| * | test: avoid repeated screen lines in expected states | zeertzjq | 2023-12-09 |
| | | | | | | | This is the command invoked repeatedly to make the changes: :%s/^\(.*\)|\%(\*\(\d\+\)\)\?$\n\1|\%(\*\(\d\+\)\)\?$/\=submatch(1)..'|*'..(max([str2nr(submatch(2)),1])+max([str2nr(submatch(3)),1]))/g | ||
| * | test: use poke_eventloop() instead of sleep(10) where possible (#19794) | zeertzjq | 2022-08-16 |
| | | | | | Using sleep(10) to wait for typeahead to finish is flaky, especially on macOS, where legacy/global_spec.lua has failed several times. | ||
| * | fix(input): allow Ctrl-C to interrupt a recursive mapping even if mapped ↵ | zeertzjq | 2022-06-07 |
| (#18885) | |||