aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui
Commit message (Expand)AuthorAge
...
* Merge pull request #25096 from glepnir/float_winnewbfredl2023-09-20
|\
| * fix(float): trigger winnew event when float window createglepnir2023-09-19
* | Merge pull request #25155 from glepnir/fix_winhlbfredl2023-09-20
|\ \
| * | fix(highlight): winhl receive wrong argumentglepnir2023-09-19
* | | fix(float): make "fixed" work with relative=win (#25243)zeertzjq2023-09-19
* | | Merge pull request #25214 from bfredl/glyphcachebfredl2023-09-19
|\ \ \
| * | | refactor(grid): change schar_T representation to be more compactbfredl2023-09-19
* | | | Merge pull request #25148 from glepnir/fixed_optbfredl2023-09-19
|\ \ \ \ | |/ / / |/| | |
| * | | fix(float): add fixd optionglepnir2023-09-18
| |/ /
* | | test(ui/fold_spec): more testing for clicking on 'foldcolumn' (#25225)zeertzjq2023-09-18
* | | test(ui/fold_spec): click on multibyte "foldclosed" (#25216)zeertzjq2023-09-17
| |/ |/|
* | feat(folds): support virtual text format for 'foldtext' (#25209)zeertzjq2023-09-17
* | Merge pull request #25078 from glepnir/aubfredl2023-09-16
|\ \
| * | fix(ui): doesn't trigger au event when enter is falseglepnir2023-09-15
* | | fix(extmarks): overlay virt_text position after 'showbreak' (#25175)zeertzjq2023-09-15
* | | fix(extmarks): draw virt_text below diff filler lines properly (#25170)zeertzjq2023-09-15
* | | fix(extmarks): fix wrong virt_text position after wrapped TAB (#25168)zeertzjq2023-09-15
* | | fix(extmarks): properly handle virt_text on next screen line (#25166)zeertzjq2023-09-15
| |/ |/|
* | fix(float): update position of anchored windows first (#25133)zeertzjq2023-09-14
* | feat(extmark): support proper multiline rangesbfredl2023-09-12
* | fix(decorations): better approximation of botline #24794Jaehwang Jung2023-09-11
* | 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