aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/screen.lua
Commit message (Expand)AuthorAge
* 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
* test(screen): adjust screen state per stylua #31441luukvbaal2024-12-04
* 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
* test: fix reporting "no flush received" too early (#29735)zeertzjq2024-07-17
* refactor(lua): use tuple syntax everywhere #29111Ilia Choly2024-06-04
* refactor(tests): update screen:snapshot_util() to use new-style highlightsbfredl2024-05-25
* test: improve test conventionsdundargoc2024-04-23
* test: remove unnecessary nil argument to testutil (#28270)zeertzjq2024-04-11
* test: improve test conventionsdundargoc2024-04-08
* refactor(tests): allow to extend the new base set of attrsbfredl2024-04-02
* feat(ui): indicate margins for the area used by win_viewportbfredl2024-03-29
* test: print screen snapshot in desired format (#28088)luukvbaal2024-03-29
* fix(test): typingLewis Russell2024-03-25
* refactor(tests): all screen tests should use highlightsbfredl2024-03-23
* test: don't use minimal timeout for "intermediate" flag (#27620)zeertzjq2024-02-25
* feat(ui): add support for OSC 8 hyperlinks (#27109)Gregory Anders2024-01-24
* test: typing for screen.luaLewis Russell2024-01-23
* feat(ui): add chdir UI event (#27093)Gregory Anders2024-01-19
* test: use integers for API Buffer/Window/Tabpage EXT typesLewis Russell2024-01-16
* test: use vim.inspect directlyLewis Russell2024-01-12
* test: do not inject vim module into global helpersLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* refactor: fix luals warningsdundargoc2023-12-30
* test: make text-only snapshots work (#26494)zeertzjq2023-12-10
* test: allow avoiding repeated screen lines in expected stateszeertzjq2023-12-09
* feat(lsp)!: vim.lsp.inlay_hint.get(), enable(), is_enabled() #25512LW2023-11-12
* test(ui/embed_spec): use notification instead of request (#25555)zeertzjq2023-10-09
* fix(float): update position of anchored windows first (#25133)zeertzjq2023-09-14
* fix(ui): don't send empty grid_line with redrawdebug=compositor (#23899)zeertzjq2023-06-04
* fix(screen): redraw the ruler for a current floating windowbfredl2023-03-14
* feat(ui): add scroll_delta to win_viewport event #19270Matthias Deiml2023-03-12
* test(ui): wait for another success with failure after successzeertzjq2023-03-01
* test: make {MATCH:} behave less unexpectedly in screen:expect()zeertzjq2023-02-18
* test: make expect_unchanged() less confusing (#22255)zeertzjq2023-02-15
* test: remove unused field ext_float (#22243)zeertzjq2023-02-14
* fix(tui): more work in the TUIbfredl2022-12-31
* fix(tests): only get the color map once, even for multiple test filesbfredl2022-11-27
* docs: fix typos (#20394)dundargoc2022-09-30
* fix(cmdline): don't send invalid cursor with incsearch and cmdheight=0bfredl2022-09-26
* feat(ui): allow to set the highlight namespace per windowbfredl2022-08-17
* fix(tui): resize at startup #17795Javier Lopez2022-07-04
* refactor(highlight)!: rename attributes to match Vim (#19159)zeertzjq2022-06-30
* feat(ui): clear message history explicitly with msg_history_clear eventdevbhan singh2022-05-21
* Merge pull request #15674 from yatli/ui_event_extmarkbfredl2022-05-03
|\
| * feat(api/ui): win_extmarksYatao Li2022-05-03
* | feat(server): set $NVIM, unset $NVIM_LISTEN_ADDRESS #11009Justin M. Keyes2022-05-03
|/
* docs: typo fixes (#17859)dundargoc2022-04-15