aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui
Commit message (Expand)AuthorAge
* 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
* test: use a wider screen in the rightleft winhl test (#22641)zeertzjq2023-03-12
* fix(screen): correctly draw background and eob with 'rightleft' (#22640)zeertzjq2023-03-12
* fix(sleep): correct cursor placement (#22639)zeertzjq2023-03-12
* ci: bump to windows 2022dundargoc2023-03-11
* vim-patch:9.0.1397: highlight for popupmenu kind and extra cannot be set (#22...zeertzjq2023-03-11
* test(statusline): UI elements are not redrawn on K_EVENT unnecessarilyLuuk van Baal2023-03-08
* fix(column): issues with 'statuscolumn' width (#22542)luukvbaal2023-03-07
* vim-patch:9.0.1385: g'Esc is considered an error (#22544)zeertzjq2023-03-06
* fix(redraw): get the line again after evaluating somethingzeertzjq2023-03-04
* test(ui): wait for another success with failure after successzeertzjq2023-03-01
* fix(column): cmdwin cursor is offset with 'statuscolumn' (#22445)luukvbaal2023-02-28
* fix(highlight): avoid ORing underline flags (#22372)zeertzjq2023-02-23
* test: make {MATCH:} behave less unexpectedly in screen:expect()zeertzjq2023-02-18
* test: make expect_unchanged() less confusing (#22255)zeertzjq2023-02-15
* refactor(api): consistent VALIDATE messages #22262Justin M. Keyes2023-02-14
* Merge pull request #11756 from bfredl/crashfixbfredl2023-02-14
|\
| * fix(status): handle unprintable chars in the statuslineBjörn Linse2023-02-14
* | Merge pull request #22108 from luukvbaal/statuscolumnLewis Russell2023-02-14
|\ \
| * | perf(column): only build fold/sign column when present in 'statuscolumn'Luuk van Baal2023-02-04
* | | test: remove unused field ext_float (#22243)zeertzjq2023-02-14