aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/statuscolumn_spec.lua
Commit message (Expand)AuthorAge
* fix(column): apply custom highlight to last 'statuscolumn' segment (#32182)luukvbaal2025-01-24
* fix(mouse): 'statuscolumn' fold and popopmenu handlingLuuk van Baal2025-01-23
* feat(api): combined highlights in nvim_eval_statusline()Luuk van Baal2025-01-23
* feat(ui): sign/statuscolumn can combine highlight attrs #31575luukvbaal2024-12-14
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* refactor(tests): use more global highlight definitionsbfredl2024-11-11
* fix(mouse): don't treat click on hsep as click on statusline (#29565)zeertzjq2024-07-05
* fix(mouse): early return when clicking in padded 'statuscolumn' (#29394)luukvbaal2024-06-19
* feat(column)!: rework 'statuscolumn' %r/l itemsLuuk van Baal2024-06-16
* feat(signs)!: place higher-priority signs from the left #27781Tobias Schmitz2024-05-21
* feat(api): add nvim__redraw for more granular redrawingLuuk van Baal2024-05-02
* test: improve test conventionsdundargoc2024-04-23
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* refactor(tests): use new global defaults instead of set_default_attr_idsbfredl2024-03-26
* refactor(tests): all screen tests should use highlightsbfredl2024-03-23
* fix(column): full redraw with 'stc, 'rnu' and inserted lines (#27712)luukvbaal2024-03-03
* fix(column): handle w_redr_statuscol at end filler lines (#27365)zeertzjq2024-02-06
* fix(column): redraw 'statuscolumn' on wrapped lines with 'relativenumber'Luuk van Baal2024-01-16
* fix(column): keep track of number of lines with number of signsLuuk van Baal2024-01-15
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* fix(column): fill 'statuscolumn' clickdefs with evaluated width (#26891)luukvbaal2024-01-05
* refactor: format test/*Justin M. Keyes2024-01-03
* fix(column): correct width after truncated 'statuscolumn' error (#26737)luukvbaal2023-12-26
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* fix(mouse): avoid dragging when clicking next to popupmenu (#26201)luukvbaal2023-11-25
* fix(mouse): avoid dragging after click label popupmenu callback (#26187)luukvbaal2023-11-24
* fix(column): reset decor state before starting from topLuuk van Baal2023-11-23
* refactor(sign): move legacy signs to extmarksLuuk van Baal2023-11-17
* feat(statuscolumn): re-evaluate for every screen line (#25885)luukvbaal2023-11-13
* fix(statuscolumn): update number hl for each screen line (#25277)zeertzjq2023-09-21
* fix(mouse): click on 'statuscolumn' with 'rightleft' (#25090)zeertzjq2023-09-11
* fix(statuscolumn): force full redraw when signcolumn is invalid (#24859)luukvbaal2023-08-26
* fix(statuscolumn): don't update clicks if current width is 0 (#24459)zeertzjq2023-07-24
* fix(column): fix wrong cursor with 'statuscolumn' and cpo+=n (#24268)zeertzjq2023-07-06
* fix(column): handle unprintable chars in 'statuscolumn' (#24198)zeertzjq2023-06-29
* fix(statusline): corrupted screen with minwid sign item in 'statuscolumn' (#2...luukvbaal2023-05-30
* fix(folds): combined Folded and Visual highlights (#23752)zeertzjq2023-05-25
* fix(folds): show Folded highlight in Visual selection (#23741)zeertzjq2023-05-24
* fix(redraw): multibyte characters are wrapped at the end of a line (#23696)luukvbaal2023-05-21
* fix(statusline): also allow right click when 'mousemodel' is "popup*" (#23258)luukvbaal2023-04-25
* 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
* fix(mouse): cmdline click registered as statuscolumn (#23163)luukvbaal2023-04-18
* fix(column): add truncated width during estimation for 'statuscolumn'luukvbaal2023-04-12
* fix(column): 'statuscolumn' not drawn after virt_lines with "n" in 'cpo' (#22...luukvbaal2023-04-10
* fix(column): rebuild status column when sign column is invalidated (#22690)luukvbaal2023-03-18
* test(statuscolumn_spec): remove unnecessary feed('lh')zeertzjq2023-03-18
* fix(column): issues with 'statuscolumn' width (#22542)luukvbaal2023-03-07