aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/cmdline_spec.lua
Commit message (Expand)AuthorAge
* feat(diagnostic): virtual_lines #31959Maria José Solano2025-01-26
* fix(editor): avoid scrolling :substitute confirm message #32149luukvbaal2025-01-22
* fix(cmdline): always show cmdline when it is a prompt #31866luukvbaal2025-01-05
* feat(ui): more intuitive :substitute confirm prompt #31787luukvbaal2025-01-02
* feat(ui)!: emit prompt "messages" as cmdline events #31525luukvbaal2025-01-02
* feat(ui): additional arguments for cmdline_show/hide eventsLuuk van Baal2024-12-22
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* refactor(tests): use more global highlight definitionsbfredl2024-11-11
* feat(api): add nvim__redraw for more granular redrawingLuuk van Baal2024-05-02
* test: improve test conventionsdundargoc2024-04-23
* Merge pull request #27872 from luukvbaal/cmdheightbfredl2024-04-21
|\
| * fix(ui): don't force 'cmdheight' to zero with ext_messagesLuuk van Baal2024-04-20
* | fix(api): do not update grid position in nvim_win_set_cursor (#28235)luukvbaal2024-04-21
|/
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* vim-patch:9.0.0581: adding a character for incsearch fails at end of linezeertzjq2024-04-03
* refactor(tests): use new global defaults instead of set_default_attr_idsbfredl2024-03-26
* fix(ui): ext_cmdline should not move cursor to curwinLuuk van Baal2024-03-15
* vim-patch:9.1.0106: Visual highlight hard to read with 'termguicolors'zeertzjq2024-02-15
* test: use integers for API Buffer/Window/Tabpage EXT typesLewis Russell2024-01-16
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* refactor(grid): implement rightleftcmd as a post-processing stepbfredl2023-11-03
* fix(ui): "resize -1" with cmdheight=0 #24758nwounkn2023-09-24
* fix(test): fix "indeterminism" warnings in UI testsbfredl2023-09-20
* vim-patch:9.0.0579: using freed memory when 'tagfunc' wipes out buffer (#24838)zeertzjq2023-08-22
* vim-patch:9.0.1726: incorrect heights in win_size_restore() (#24765)Sean Dewar2023-08-17
* fix(window): prevent win_size_restore from changing cmdheightSean Dewar2023-07-26
* fix(cmdline): don't redraw 'tabline' in Ex mode (#24123)zeertzjq2023-06-23
* feat(ui): add scroll_delta to win_viewport event #19270Matthias Deiml2023-03-12
* test: avoid consecutive mouse input at different positions (#21781)zeertzjq2023-01-13
* fix(ui): command line issues with external messages (#21709)luukvbaal2023-01-13
* test: add test cases for command line issuesLuuk van Baal2022-12-31
* fix(showcmd): assert failure with cmdheight=0 (#21536)zeertzjq2022-12-26
* test: simplify platform detection (#21020)dundargoc2022-11-22
* feat(messages)!: graduate the 'msgsep' featurebfredl2022-10-05
* fix(window): fix equalization with cmdheight=0 (#20369)zeertzjq2022-09-28
* fix(ui): allow redrawing statusline when msgsep is used (#20337)zeertzjq2022-09-26
* fix(cmdline): don't send invalid cursor with incsearch and cmdheight=0bfredl2022-09-26
* fix(messages): validate msg_grid before silent! message with cmdheight=0bfredl2022-09-26
* fix(redraw): avoid unnecessary redraws and glitches with floats+messagesbfredl2022-09-22
* feat(ui): use msg_grid based implementation for cmdheight=0bfredl2022-09-15
* cmdheight=0: fix bugs part2 (#19185)Shougo2022-07-31
* fix(cmdline): trigger CmdlineEnter and ModeChanged earlier (#19474)zeertzjq2022-07-26
* cmdheight=0: fix bugs #18961Shougo2022-06-30
* fix(ui): do not call showmode() when setting window height (#18969)zeertzjq2022-06-15
* feat: cmdheight=0 #16251Shougo2022-06-13
* fix(ui): inccomand performance degradationKillTheMule2022-04-05