aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui
Commit message (Expand)AuthorAge
* feat(messages): "g<" mapping for ext_messagesLuuk van Baal2025-03-03
* vim-patch:9.1.1165: diff: regression with multi-file diff blocks (#32702)zeertzjq2025-03-03
* test: enable more multigrid popup tests (#32470)fredizzimo2025-03-02
* build!: turn off translations by defaultdundargoc2025-03-02
* fix(display): correctly store winline info for concealed lines (#32656)luukvbaal2025-02-27
* fix(popup): reuse pum preview float win, set 'winfixbuf' #32636glepnir2025-02-27
* fix(move): 'scrolloff' cursor correction no longer handles folds properly (#3...luukvbaal2025-02-27
* feat(lua): vim.text.indent()Justin M. Keyes2025-02-26
* test(ui/cursor_spec): reduce flakiness (#32627)zeertzjq2025-02-25
* feat(marks): add conceal_lines to nvim_buf_set_extmark()Luuk van Baal2025-02-25
* vim-patch:9.1.1145: multi-line completion has wrong indentation for last line...glepnir2025-02-25
* fix(float): can set title/footer without setting border #32594Evgeni Chasnovski2025-02-23
* fix(marks): truncate double-width inline virt_text consistently (#32560)zeertzjq2025-02-21
* test: adjust multibyte virtual text test (#32557)zeertzjq2025-02-21
* fix(messages): list_cmd kind for :registers, :au[g] #32531luukvbaal2025-02-20
* feat(messages): confirm kind for z=, :tselect, inputlist() #32521luukvbaal2025-02-20
* feat(marks): virtual lines support horizontal scrolling (#32497)zeertzjq2025-02-20
* fix(keycodes): recognize <Find>, <Select> #28431Mantas Mikulėnas2025-02-20
* test: reduce flakiness in highlight tests (#32488)zeertzjq2025-02-17
* fix(marks): handle composing in inline virt_text with 'nowrap' (#32477)zeertzjq2025-02-16
* fix(marks): handle double-with inline virt_text with 'nowrap' (#32476)zeertzjq2025-02-16
* fix(float): "Not enough room" error for 1-line float #25192glepnir2025-02-14
* feat(column): apply appropriate numhl highlight to virt_lines (#32400)luukvbaal2025-02-12
* test(fix): make testing of ext_cmdline optional #32375fredizzimo2025-02-10
* vim-patch:f30eb4a: runtime(qf): Update syntax file, match second delimiterChristian Clason2025-02-10
* test: reset cmdline abort state only after expect() has finished #32376fredizzimo2025-02-09
* test: screen.lua can check win_pos #32373fredizzimo2025-02-09
* vim-patch:9.1.1086: completion doesn't work with multi lines (#32377)glepnir2025-02-09
* fix(messages): add a trailing space to inputlist() etc. prompts (#32328)zeertzjq2025-02-05
* vim-patch:9.1.1027: no sanitize check when running linematchzeertzjq2025-02-04
* fix(statusline): overwriting stl_items with nvim_eval_statusline() {-item #32265luukvbaal2025-02-02
* fix(float): cannot set title/footer independently #31993glepnir2025-01-27
* feat(diagnostic): virtual_lines #31959Maria José Solano2025-01-26
* feat(extmarks): virtual text can be right-aligned, truncated #31921georgev932025-01-24
* fix(messages): avoid empty msg_showmode with 'noshowmode'Luuk van Baal2025-01-24
* fix(column): apply custom highlight to last 'statuscolumn' segment (#32182)luukvbaal2025-01-24
* fix(mouse): 'statuscolumn' fold and popopmenu handlingLuuk van Baal2025-01-23
* feat(api): combined highlights in nvim_eval_statusline()Luuk van Baal2025-01-23
* fix(editor): avoid scrolling :substitute confirm message #32149luukvbaal2025-01-22
* Merge pull request #32098 from bfredl/multihl_groupbfredl2025-01-21
|\
| * feat(extmark): stack multiple highlight groups in `hl_group`bfredl2025-01-21
* | feat(inccommand): preview 'nomodifiable' buffers #32034Donatas2025-01-20
|/
* vim-patch:9.1.1018: v9.1.0743 causes regression with diff mode (#32047)zeertzjq2025-01-16
* Merge #32013 from luukvbaal/shellkindJustin M. Keyes2025-01-15
|\
| * fix(messages): verbose kind for nvim_echo()Luuk van Baal2025-01-15
| * feat(messages): add :!cmd shell message kindsLuuk van Baal2025-01-15
* | Merge #32001 from MariaSolOs/consistent-namespacesJustin M. Keyes2025-01-15
|\ \
| * | refactor: use nvim.foo.bar format for autocommand groupsMaria José Solano2025-01-14
| |/
* / feat(api): nvim_open_win() relative to tabline and laststatus #32006luukvbaal2025-01-14
|/
* feat(messages): "verbose" message kind #31991luukvbaal2025-01-13