Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | test(getchar_spec): fix flakiness (#32320) | zeertzjq | 2025-02-04 |
| | | | | | Problem: getchar_spec may fail when screen:expect_unchanged() doesn't wait long enough. Solution: Add poke_eventloop() before screen:expect_unchanged(). | ||
* | vim-patch:9.1.1070: Cannot control cursor positioning of getchar() (#32303) | zeertzjq | 2025-02-03 |
Problem: Cannot control cursor positioning of getchar(). Solution: Add "cursor" flag to {opts}, with possible values "hide", "keep" and "msg". related: vim/vim#10603 closes: vim/vim#16569 https://github.com/vim/vim/commit/edf0f7db28f87611368e158210e58ed30f673098 |