aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui
Commit message (Expand)AuthorAge
...
| * vim-patch:9.0.0205: cursor in wrong position when inserting after virtual textIbby2023-05-22
| * fix(ui): fix visual and search highlighting interfering with virtual textIbby2023-05-22
| * vim-patch:9.0.0183: extra space after virtual text when 'linebreak' is setIbby2023-05-22
| * vim-patch:9.0.0178: cursor position wrong with virtual text before TabIbby2023-05-22
| * vim-patch:9.0.0179: cursor pos wrong with wrapping virtual text in empty lineIbby2023-05-22
| * vim-patch:9.0.0143: cursor positioned after virtual text in empty lineIbby2023-05-22
| * fix(ui): fix multi-byte characters highlight in virtual textIbby2023-05-22
| * fix(ui): adjust the cursor when inserting virtual textIbby2023-05-22
| * fix(ui): fix cursor position with multiple inline virtual textIbby2023-05-22
| * feat(ui): inline virtual textIbby2023-05-22
* | fix(redraw): overwrite double-width char with virt_text properly (#23708)zeertzjq2023-05-22
|/
* fix(highlight): remove unnecessary assignment to char_attr for 'spell' (#23713)luukvbaal2023-05-22
* test: don't unnecessarily specify win/buf for `nvim_(get|set)_option_value`Famiu Haque2023-05-22
* Merge pull request #23670 from famiu/refactor/deprecate_opt_apibfredl2023-05-21
|\
| * refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* | fix(redraw): multibyte characters are wrapped at the end of a line (#23696)luukvbaal2023-05-21
|/
* fix(highlight): apply 'winblend' to NormalNC (#23555)zeertzjq2023-05-10
* test: move most title tests to a separate file (#23557)zeertzjq2023-05-10
* fix(statusline): bail out properly on negative row (#23535)zeertzjq2023-05-08
* fix(api): don't change title when setting buffer in a window (#23492)zeertzjq2023-05-06
* fix(excmd): append original command to error messagezeertzjq2023-05-05
* vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq2023-05-05
* fix(mouse): fix popup menu position check with winbar (#23456)zeertzjq2023-05-03
* vim-patch:9.0.1506: line number not displayed when using 'smoothscroll' (#23453)zeertzjq2023-05-03
* fix(pum): don't position too far with resized parent grid (#23442)zeertzjq2023-05-03
* fix(pum): fix missing scrollbar with 'rightleft' (#23448)zeertzjq2023-05-03
* fix(pum): fix missing rightmost column with 'rightleft' (#23445)zeertzjq2023-05-02
* vim-patch:9.0.0760: display test for 'listchars' "precedes" failsLuuk van Baal2023-05-02
* vim-patch:9.0.0652: 'smoothscroll' not tested with 'number' and "n" in 'cpo'Luuk van Baal2023-05-02
* fix(mouse): fix popup_setpos position check with ext_multigrid (#23436)zeertzjq2023-05-02
* fix(normal): make "g$" work properly with resized gridzeertzjq2023-05-02
* fix(drawline): make cursorlineopt=screenline work with resized gridzeertzjq2023-05-02
* fix(float): make bufpos work properly with resized parent gridzeertzjq2023-05-02
* fix(spell): extmark with spell=false should disable spell (#23400)zeertzjq2023-05-01
* vim-patch:9.0.1493: popup menu position wrong in window with toolbarzeertzjq2023-04-28
* fix(pum): make :popup position correctly with float borderzeertzjq2023-04-28
* fix: disallow removing extmarks in on_lines callbacks (#23219)Lewis Russell2023-04-27
* fix(pum): position properly with ext_multigrid (#23336)zeertzjq2023-04-27
* test: fix dependencies between test cases (#23343)zeertzjq2023-04-27
* fix(statusline): also allow right click when 'mousemodel' is "popup*" (#23258)luukvbaal2023-04-25
* fix(pum): show right-click menu above cmdline area (#23298)zeertzjq2023-04-24
* vim-patch:9.0.1476: lines put in non-current window are not displayed (#23265)zeertzjq2023-04-23
* fix(column): rebuild status column when sign column is invalidLuuk van Baal2023-04-19
* test(column): statuscolumn is rebuild when signs are (un)placedLuuk van Baal2023-04-19
* Merge pull request #23005 from seandewar/fix-ruf-cmdline-posSean Dewar2023-04-18
|\
| * fix(ruler): show ruler of curwin with no statusline in cmdlineSean Dewar2023-04-17
| * vim-patch:9.0.1461: ruler not drawn correctly when using 'rulerformat'Sean Dewar2023-04-17
* | fix(mouse): cmdline click registered as statuscolumn (#23163)luukvbaal2023-04-18
|/
* test(winbar_spec): properly update winbar when 'showcmdloc' is "statusline"quintik2023-04-14
* fix(column): add truncated width during estimation for 'statuscolumn'luukvbaal2023-04-12