summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/api/ui_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-08fix(rpc): trigger UILeave earlier on channel close (#38846)zeertzjq1
2026-03-16fix(api): use standard error messagesJustin M. Keyes1
2026-02-01test: wait for uv.pipe_connect() callback (#37640)zeertzjq1
2026-01-31fix(ui): don't crash if maximum UI count reached (#37636)zeertzjq1
2025-08-22feat(tui): add nvim_ui_send (#35406)Gregory Anders1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2024-01-12test: typing for helpers.methsLewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-11-13docs: deprecate the "term_background" UI fieldGregory Anders1
2023-11-01fix(startup): trigger UIEnter for the correct channel (#25860)zeertzjq1
2023-07-23test: fix VimResume test flakiness (#24438)zeertzjq1
2023-07-23fix(events): trigger VimResume on next UI request (#24426)zeertzjq1
2023-02-14refactor(api): consistent VALIDATE messages #22262Justin M. Keyes1
2023-02-14refactor(api): VALIDATE macros #22256Justin M. Keyes1
2019-09-12UIEnter/UILeave: fire for embedder UI, builtin TUIJustin M. Keyes1
2019-09-12rename: UIAttach/UIDetach => UIEnter/UILeaveJustin M. Keyes1
2019-09-12UIAttach, UIDetachJustin M. Keyes1
2019-09-12UIAttach, UIDetachRui Abreu Ferreira1
2019-09-06test: Eliminate expect_errJustin M. Keyes1
2018-04-11test/util: expect_err() (#8257)Justin M. Keyes1
2018-04-08test/API: validate channel arg (#8245)Justin M. Keyes1