aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua/ui_event_spec.lua
Commit message (Collapse)AuthorAge
* test: make expect_unchanged() less confusing (#22255)zeertzjq2023-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()notomo2022-11-07
|
* fix(lua): free vim.ui_attach callback before lua close (#20205)notomo2022-09-16
|
* fix(lua): make ui_attach()/ui_detach() take effect immediately (#20037)zeertzjq2022-09-01
|
* feat(lua): vim.ui_attach to get ui events from luabfredl2022-08-31
Co-authored-by: Famiu Haque <famiuhaque@protonmail.com>