Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. | ||
* | vim-patch:9.0.0082: cannot interrupt global command from command line | zeertzjq | 2022-07-27 |
Problem: Cannot interrupt global command from command line. Solution: Reset got_int in another place. (closes vim/vim#10739) https://github.com/vim/vim/commit/3cfae39b087c2724991d385e5e8ee7d011aa8e99 |