summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/ui/decorations_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-03-16fix(api): use standard error messagesJustin M. Keyes1
2026-02-26test: remove remaining use of feed_command() in terminal/ (#38069)zeertzjq1
2026-01-23fix(extmark): wrong eol_right_align width calculation (#37034)glepnir1
2025-12-22fix(marks): wrong line('w$', win) with conceal_lines (#37047)Jaehwang Jung1
2025-11-21vim-patch:9.1.1922: Wrong virtcol('$') with virtual text at EOL (#36643)zeertzjq1
2025-10-09fix(conceal): check for concealed lines on invalid row (#36084)luukvbaal1
2025-09-27vim-patch:9.1.1798: Wrong display with 'sms' and long wrapped virt text at EO...zeertzjq1
2025-09-26fix(plines): count 'showbreak' in EOL inline virt_text in line size (#35921)zeertzjq1
2025-09-15fix(lua): don't leak timer when vim._watch.watch() fails (#35768)zeertzjq1
2025-08-28perf: add on_range in treesitter highlightingvanaigr1
2025-06-26fix(column): missing redraw with virt_lines_leftcol (#34650)zeertzjq1
2025-05-26test: format decoration_spec.lua (#34181)Gabriel Ford1
2025-05-24fix(move): consume skipcol before revealing filler lines (#34143)luukvbaal1
2025-05-21fix(diagnostics): fixed virtual_text cursormoved autocmd error (#34017)Rijul Kapoor1
2025-05-09fix(decor): extmark highlight not applied (#33858)Artem1
2025-05-06refactor(tests): lint decorations_spec, float_spec, multigrid_spec #33274Justin M. Keyes1
2025-05-04feat(messages): cleanup Lua error messagesJustin M. Keyes1
2025-05-01fix(display): adjust setting winline info for concealed lines (#33717)luukvbaal1
2025-04-11fix(marks): wrong display after inserting/deleting lines #33389luukvbaal1
2025-04-08fix(display): scroll redrawing doesn't account for virt_lines above fold #33374luukvbaal1
2025-04-07fix(decor): enable decoration provider in on_start #33337luukvbaal1
2025-04-01fix(display): wrong cursor column with 'concealcursor' = "n" and virt_text (#...luukvbaal1
2025-04-01fix(move): adjust for concealed lines above topline after scrolling up (#33211)luukvbaal1
2025-03-27fix(display): scroll logic does not take into account concealed topline (#33054)luukvbaal1
2025-03-23test(log): use tempfile for expected error logs #33017luukvbaal1
2025-03-21fix(log): unify error messages for vim.ui_attach/decor providers #33005luukvbaal1
2025-03-19fix(marks): ensure decor is removed with proper range (#32973)luukvbaal1
2025-03-16fix(marks): issues with invalid marks and marks beyond eob (#32862)luukvbaal1
2025-03-07fix(marks): mark winline as invalid if change is in a concealed line (#32766)luukvbaal1
2025-03-07feat(defaults): jump between :terminal shell prompts with ]]/[[ #32736Gregory Anders1
2025-03-06fix(marks): wrong winline info for concealed line with below virt line (#32747)luukvbaal1
2025-02-27fix(display): correctly store winline info for concealed lines (#32656)luukvbaal1
2025-02-25feat(marks): add conceal_lines to nvim_buf_set_extmark()Luuk van Baal1
2025-02-21fix(marks): truncate double-width inline virt_text consistently (#32560)zeertzjq1
2025-02-21test: adjust multibyte virtual text test (#32557)zeertzjq1
2025-02-20feat(marks): virtual lines support horizontal scrolling (#32497)zeertzjq1
2025-02-16fix(marks): handle composing in inline virt_text with 'nowrap' (#32477)zeertzjq1
2025-02-16fix(marks): handle double-with inline virt_text with 'nowrap' (#32476)zeertzjq1
2025-01-24feat(extmarks): virtual text can be right-aligned, truncated #31921georgev931
2025-01-21feat(extmark): stack multiple highlight groups in `hl_group`bfredl1
2025-01-09fix(decoration): fix crash when on_lines decor provider modifies marktreebfredl1
2024-12-14feat(ui): sign/statuscolumn can combine highlight attrs #31575luukvbaal1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl1
2024-10-08fix(drawline): correct highlight priority with Visual selection (#30706)zeertzjq1
2024-09-04fix(decor): exclude invalid marks from meta totalLuuk van Baal1
2024-08-30feat(mbyte): support extended grapheme clusters including more emojibfredl1
2024-08-20fix(decor): don't use separate DecorSignHighlight for url (#30096)zeertzjq1
2024-07-26fix(plines): don't count invalidated virt text in char size (#29863)zeertzjq1
2024-07-26fix(decor): don't draw invalidated virtual lines (#29858)luukvbaal1
2024-07-19vim-patch:9.1.0601: Wrong cursor position with 'breakindent' when wide char d...zeertzjq1