aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui
Commit message (Expand)AuthorAge
* 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
* test: avoid name collisions with Xtest directory (#23019)kylo2522023-04-11
* fix(highlight): combine ColorColumn with low-priority CursorLine (#23017)zeertzjq2023-04-11
* Merge pull request #22865 from MunifTanjim/issue-20370bfredl2023-04-10
|\
| * fix(api): do not re-apply win_config.style when missingMunif Tanjim2023-04-10
* | fix(column): 'statuscolumn' not drawn after virt_lines with "n" in 'cpo' (#22...luukvbaal2023-04-10
* | test: improve editor/fold_spec.lua and editor/put_spec.lua (#22916)zeertzjq2023-04-07
* | Merge pull request #22910 from bfredl/nonormalbfredl2023-04-06
|\ \
| * | fix(highlight): use winhl=Foo:Bar even when Bar is emptybfredl2023-04-06
* | | refactor: rename local API alias from a to apiLewis Russell2023-04-05
|/ /
* | Merge pull request #22847 from luukvbaal/redrstatusbfredl2023-04-03
|\ \ | |/ |/|
| * fix(ui): ruler is not redrawn in cmdline with redrawstatusLuuk van Baal2023-04-02
* | refactor(defaults)!: change default 'commentstring' value to empty (#22862)zeertzjq2023-04-02
|/
* Merge pull request #22844 from luukvbaal/stlrecordingbfredl2023-04-02
|\
| * fix(ui): recording change doesn't trigger statusline redrawLuuk van Baal2023-04-01
* | feat(extmarks): extend nvim_buf_get_extmarks()Luuk van Baal2023-04-01
|/
* test: use exec_capture() in more places (#22787)zeertzjq2023-03-26
* feat(api): nvim_exec2(), deprecate nvim_exec() #19032Evgeni Chasnovski2023-03-25
* fix(float): remove -1 in height clampPatrick McFarland2023-03-19
* fix(column): rebuild status column when sign column is invalidated (#22690)luukvbaal2023-03-18
* test(statuscolumn_spec): remove unnecessary feed('lh')zeertzjq2023-03-18
* test(highlight_spec): fix warning in Visual highlight test (#22719)zeertzjq2023-03-18
* vim-patch:9.0.0194: cursor displayed in wrong position after removing text pr...zeertzjq2023-03-17
* Merge pull request #22659 from bfredl/floatrulerbfredl2023-03-14
|\
| * fix(screen): redraw the ruler for a current floating windowbfredl2023-03-14
* | test: re-bundle cat on windows (#21255)dundargoc2023-03-14
|/
* test(float_spec): add missing sum_scroll_delta #22648zeertzjq2023-03-12
* feat(ui): add scroll_delta to win_viewport event #19270Matthias Deiml2023-03-12
* refactor(redraw): make cursor position redraw use the "redraw later" patternbfredl2023-03-12