aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui
Commit message (Expand)AuthorAge
* fix(mouse): click on 'statuscolumn' with 'rightleft' (#25090)zeertzjq2023-09-11
* vim-patch:9.0.1828: cursor wrong with virt text before double-width char (#24...zeertzjq2023-09-01
* vim-patch:9.0.1825: wrong cursor position with virt text and 'linebreak' (#24...zeertzjq2023-08-31
* vim-patch:9.0.1802: Multiline regex with Visual selection fails with virtual ...zeertzjq2023-08-28
* vim-patch:9.0.1800: Cursor position still wrong with 'showbreak' and virtual ...zeertzjq2023-08-28
* fix(ui): wrong cursor position with left gravity inline virt text at eolzeertzjq2023-08-28
* vim-patch:9.0.1792: problem with gj/gk/gM and virtual text (#24898)zeertzjq2023-08-27
* feat(float): implement footerEvgeni Chasnovski2023-08-26
* fix(statuscolumn): force full redraw when signcolumn is invalid (#24859)luukvbaal2023-08-26
* fix(extmarks): wrong display when changing text with virt_lines (#24879)Ibby2023-08-26
* refactor(change): do API changes to buffer without curbuf switchbfredl2023-08-26
* fix(ui): wrong display with 0-width inline virt_text at eol (#24854)zeertzjq2023-08-24
* vim-patch:9.0.1785: wrong cursor position with 'showbreak' and lcs-eol (#24852)zeertzjq2023-08-24
* fix(plines): count 'showbreak' for virtual text at eolzeertzjq2023-08-23
* vim-patch:9.0.1783: Display issues with virt text smoothscroll and showbreakzeertzjq2023-08-23
* vim-patch:9.0.0579: using freed memory when 'tagfunc' wipes out buffer (#24838)zeertzjq2023-08-22
* vim-patch:8.2.4208: using setbufvar() may change the window titlezeertzjq2023-08-21
* vim-patch:9.0.1745: Missing test coverage for blockwise Visual highlight (#24...zeertzjq2023-08-19
* fix(extmarks): make empty "conceal" respect &conceallevel = 1 (#24785)zeertzjq2023-08-19
* test(ui/mouse_spec): mouse click with matchadd() concealed textzeertzjq2023-08-18
* vim-patch:9.0.1725: cursor pos wrong after concealed text with 'virtualedit'zeertzjq2023-08-18
* vim-patch:9.0.1731: blockwise Visual highlight not working with virtual text ...zeertzjq2023-08-18
* fix(ui_compositor): only reset skipstart at first column (#24776)zeertzjq2023-08-18
* vim-patch:9.0.1726: incorrect heights in win_size_restore() (#24765)Sean Dewar2023-08-17
* fix(diff): filler lines for hunks bigger than linematch limit (#24676)Jaehwang Jung2023-08-12
* fix(inccommand): don't set an invalid 'undolevels' value (#24575)zeertzjq2023-08-05
* fix(inccommand): don't save information of a buffer twice (#24501)zeertzjq2023-07-28
* fix(window): prevent win_size_restore from changing cmdheightSean Dewar2023-07-26
* test(inccommand): add a test for #20248 (#24489)zeertzjq2023-07-26
* fix(inccommand): restrict cmdpreview undo calls (#24289)Alexandre Teoi2023-07-26
* fix(mouse): drag vsep of window with 'statuscolumn' (#24462)zeertzjq2023-07-24
* fix(statuscolumn): don't update clicks if current width is 0 (#24459)zeertzjq2023-07-24
* fix(highlight): make CurSearch work properly with 'winhl' (#24448)zeertzjq2023-07-23
* fix(events): trigger VimResume on next UI request (#24426)zeertzjq2023-07-23
* feat(decoration_provider): log errors as error messagesThomas Vigouroux2023-07-19
* fix(inccommand): block errors when parsing command line again (#24374)zeertzjq2023-07-17
* fix(ui): cursor pos with left gravity inline virt_text at eol (#24329)zeertzjq2023-07-13
* test(extmarks): add test for virt_text_win_col with cpo+=n (#24328)zeertzjq2023-07-13
* fix(mouse): copy the line before syntax matching (#24320)zeertzjq2023-07-12
* fix(drawline): fix missing Visual hl on double-width fold char (#24308)zeertzjq2023-07-11
* fix(extmarks): fix wrong highlight after "combine" virt_text (#24281)Ibby2023-07-08
* fix(folds): fix missing virt_lines above when fold is hidden (#24274)zeertzjq2023-07-07
* fix(drawline): inline virt_text hl_mode inside syntax/extmark hl (#24273)zeertzjq2023-07-07
* fix(column): fix wrong cursor with 'statuscolumn' and cpo+=n (#24268)zeertzjq2023-07-06
* fix(ui): delay win_viewport until screen update #24182fredizzimo2023-07-05
* perf(ui-ext): approximate scroll_delta when scrolling too much (#24234)zeertzjq2023-07-04
* fix(ui-ext): "scroll_delta" handle topfill and skipcol (#24249)zeertzjq2023-07-04
* fix(plines): handle inline virtual text after last char (#24241)zeertzjq2023-07-03
* fix(statusline): fill for double-width char after moving items (#24207)zeertzjq2023-06-30
* fix(column): handle unprintable chars in 'statuscolumn' (#24198)zeertzjq2023-06-29