aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua/ui_event_spec.lua
Commit message (Expand)AuthorAge
* fix(ui): avoid redundant ext_cmdline events (#32237)luukvbaal2025-01-29
* fix(lua): pop retval for fast context LuaRefLuuk van Baal2025-01-24
* fix(messages): avoid empty msg_showmode with 'noshowmode'Luuk van Baal2025-01-24
* fix(cmdline): prevent cmdline_show events after exiting cmdline #32033luukvbaal2025-01-15
* test: use spawn_wait() instead of system() #31852Justin M. Keyes2025-01-04
* feat(ui)!: emit prompt "messages" as cmdline events #31525luukvbaal2025-01-02
* feat(ui): specify whether msg_show event is added to historyLuuk van Baal2024-12-23
* feat(ui): additional arguments for cmdline_show/hide eventsLuuk van Baal2024-12-22
* feat(terminal)!: cursor shape and blink (#31562)Gregory Anders2024-12-17
* fix(messages): more ext_messages kinds #31279luukvbaal2024-11-20
* fix(messages): proper multiline Lua print() messages #31205luukvbaal2024-11-17
* test(lua/ui_event_spec): avoid polluting log file (#31229)zeertzjq2024-11-16
* fix(ui): no fast context for prompt message kinds #31224luukvbaal2024-11-15
* fix(messages)!: vim.ui_attach message callbacks are unsafeLuuk van Baal2024-11-14
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* feat(ext_messages): add hl_id to ext_messages chunksLuuk van Baal2024-11-09
* fix(ui): flush ext_cmdline events before doing cmdpreview #27950luukvbaal2024-05-28
* fix(ui): avoid recursiveness and invalid memory access #28578luukvbaal2024-05-01
* fix(ui): activating all ext capabilities without remote UI #28555luukvbaal2024-04-28
* fix(ui): set 'cmdheight' to zero for all open tabpagesLuuk van Baal2024-04-27
* fix(ui): update ext_ui widgets when attaching non-remote UILuuk van Baal2024-04-26
* test: improve test conventionsdundargoc2024-04-23
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* fix: adjust error message for error in UI event callback (#28200)zeertzjq2024-04-06
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: use vim.inspect directlyLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* test: use termopen() instead of :terminal more (#26462)zeertzjq2023-12-08
* vim-patch:8.1.0822: peeking and flushing output slows down execution (#25629)zeertzjq2023-10-14
* test: make expect_unchanged() less confusing (#22255)zeertzjq2023-02-15
* 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