summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/ui/screen.lua
AgeCommit message (Expand)AuthorFiles
2026-04-21fix(messages): "progress" kind for busy messages #39280luukvbaal1
2026-04-15test: replace busted with local harnessLewis Russell1
2026-03-18test: always show snapshot if screen:expect_unchanged() fails (#38347)zeertzjq1
2026-03-14fix(winfloat): last_status when changing split to floatwinSean Dewar1
2026-03-03feat(ui): specify whether msg_show event comes from typed commandLuuk van Baal1
2026-02-18test(screen): fix minimal timeout too small for "intermediate" (#37933)zeertzjq1
2026-01-21test: fix some type warnings (#37483)zeertzjq1
2025-09-03test: make it possible to test multiple screen string matchesFred Sundvik1
2025-08-26feat(api): nvim_echo can emit Progress messages/events #34846Shadman1
2025-08-22feat(tui): add nvim_ui_send (#35406)Gregory Anders1
2025-08-07fix(ui): check for cmdline mode properly (#35202)zeertzjq1
2025-07-17test(screen): remove screen:get_default_attr_ids() (#34973)luukvbaal1
2025-07-09test(messages/cmdline_spec): convert highlight IDs to name and format (#34845)luukvbaal1
2025-07-08feat(messages): add "prev_cmd" argument to msg_history_show (#34779)luukvbaal1
2025-06-25fix(ui)!: decouple ext_messages from message grid #27963luukvbaal1
2025-06-15fix(messages): add append parameter to history entries (#34467)luukvbaal1
2025-06-11test(screen): still match by full row when {MATCH:} is present (#34437)zeertzjq1
2025-05-24feat(ui): "append" parameter for "msg_show" UI eventsLuuk van Baal1
2025-04-30fix(ui): correct condition for "wrap" flag in a floating gridbfredl1
2025-04-15feat(ui): include compositor info with multigridFred Sundvik1
2025-03-27fix(ui): send multigrid message position and size when the UI is refreshedFred Sundvik1
2025-02-26feat(lua): vim.text.indent()Justin M. Keyes1
2025-02-10test(fix): make testing of ext_cmdline optional #32375fredizzimo1
2025-02-09test: reset cmdline abort state only after expect() has finished #32376fredizzimo1
2025-02-09test: screen.lua can check win_pos #32373fredizzimo1
2024-12-23feat(ui): specify whether msg_show event is added to historyLuuk van Baal1
2024-12-22feat(ui): additional arguments for cmdline_show/hide eventsLuuk van Baal1
2024-12-17feat(terminal)!: cursor shape and blink (#31562)Gregory Anders1
2024-12-04test(screen): adjust screen state per stylua #31441luukvbaal1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl1
2024-11-09feat(ext_messages): add hl_id to ext_messages chunksLuuk van Baal1
2024-07-17test: fix reporting "no flush received" too early (#29735)zeertzjq1
2024-06-04refactor(lua): use tuple syntax everywhere #29111Ilia Choly1
2024-05-25refactor(tests): update screen:snapshot_util() to use new-style highlightsbfredl1
2024-04-23test: improve test conventionsdundargoc1
2024-04-11test: remove unnecessary nil argument to testutil (#28270)zeertzjq1
2024-04-08test: improve test conventionsdundargoc1
2024-04-02refactor(tests): allow to extend the new base set of attrsbfredl1
2024-03-29feat(ui): indicate margins for the area used by win_viewportbfredl1
2024-03-29test: print screen snapshot in desired format (#28088)luukvbaal1
2024-03-25fix(test): typingLewis Russell1
2024-03-23refactor(tests): all screen tests should use highlightsbfredl1
2024-02-25test: don't use minimal timeout for "intermediate" flag (#27620)zeertzjq1
2024-01-24feat(ui): add support for OSC 8 hyperlinks (#27109)Gregory Anders1
2024-01-23test: typing for screen.luaLewis Russell1
2024-01-19feat(ui): add chdir UI event (#27093)Gregory Anders1
2024-01-16test: use integers for API Buffer/Window/Tabpage EXT typesLewis Russell1
2024-01-12test: use vim.inspect directlyLewis Russell1
2024-01-12test: do not inject vim module into global helpersLewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1