Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | test: rename (meths, funcs) -> (api, fn) | Lewis Russell | 2024-01-12 |
| | |||
* | test: use vim.inspect directly | 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 termopen() instead of :terminal more (#26462) | zeertzjq | 2023-12-08 |
| | |||
* | vim-patch:8.1.0822: peeking and flushing output slows down execution (#25629) | zeertzjq | 2023-10-14 |
| | | | | | | | Problem: Peeking and flushing output slows down execution. Solution: Do not update the mode message when global_busy is set. Do not flush when only peeking for a character. (Ken Takata) https://github.com/vim/vim/commit/cb574f415486adff645ce384979bfecf27f5be8c | ||
* | test: make expect_unchanged() less confusing (#22255) | zeertzjq | 2023-02-15 |
| | | | | | | | | Problem: The sleep before collecting the initial screen state is confusing and may lead to unexpected success if it comes after a blocking RPC call. Solution: Remove that sleep and add an "intermediate" argument. | ||
* | fix(ui-ext): correct message kind in history before vim.ui_attach() | notomo | 2022-11-07 |
| | |||
* | fix(lua): free vim.ui_attach callback before lua close (#20205) | notomo | 2022-09-16 |
| | |||
* | fix(lua): make ui_attach()/ui_detach() take effect immediately (#20037) | zeertzjq | 2022-09-01 |
| | |||
* | feat(lua): vim.ui_attach to get ui events from lua | bfredl | 2022-08-31 |
Co-authored-by: Famiu Haque <famiuhaque@protonmail.com> |