aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/cmdline_spec.lua
Commit message (Expand)AuthorAge
* 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
* fixup! fix(highlight): remove syncolor.vimGregory Anders2021-07-28
* test/ui/cmdline: set notimeout to remove indeterminism (#14338)Jan Edmund Lazo2021-04-10
* screen: fix problem with p_cherw72021-04-03
* vim-patch:8.2.0131: command line is not cleared when switching tabsJan Edmund Lazo2020-10-29
* vim-patch:8.2.0841: 'verbose' value 16 causes duplicate outputJan Edmund Lazo2020-10-03
* doc: fix typosBrian Wignall2019-11-27
* tests: fix non-controversial misuse of `pending` (#11247)Daniel Hahler2019-10-18
* tests/ui: remove unnecessary screen:detach()Björn Linse2019-10-13
* test/uname(): always lowercaseJustin M. Keyes2019-09-01
* test/OpenBSD: skip some testsJustin M. Keyes2019-09-01
* test/cmdline_spec: adjust "no-op"Justin M. Keyes2019-08-10
* cmdline: remove invalid cmdline_show event when aborting mappingBjörn Linse2019-06-26
* UI/cmdline: check if redraw is needed after K_EVENT, K_COMMAND #9804Jit2019-05-26
* ex_getln: fix statusline redraw logic #9967Carlo Abelli2019-05-02
* Allow using internal popupmenu or ext_popupmenu for wildmenuBjörn Linse2019-03-16
* fixup: 35 col resize to scroll screenJan Edmund Lazo2018-12-01
* functionaltests: vim-patch:8.1.{550,551} fixJan Edmund Lazo2018-11-30
* ui: disable clearing almost everywhereBjörn Linse2018-10-22
* tests: improve robustness of immediate successes in screen testsBjörn Linse2018-10-15
* ui: rename ext_newgrid to ext_linegridBjörn Linse2018-10-01
* screen.lua: extend snapshot_util() to work with extension stateBjörn Linse2018-09-03
* tests: introduce screen:expect{...} formBjörn Linse2018-08-27
* ui: use line-based rather than char-based updates in screen.cBjörn Linse2018-07-21
* ex_getln: don't redraw statusline on top of scrolled messagesBjörn Linse2018-06-02