summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/ui/sign_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-02-08fix(messages): unwanted newlines with ext_messages #37733luukvbaal1
2025-08-27fix(column): wrong alignment and highlight with empty 'display' (#35495)zeertzjq1
2025-05-10vim-patch:9.1.1378: sign without text overwrites number option (#33942)zeertzjq1
2025-04-11fix(column): don't count signs on lines beyond eob #33410luukvbaal1
2025-02-12feat(column): apply appropriate numhl highlight to virt_lines (#32400)luukvbaal1
2025-01-23feat(api): combined highlights in nvim_eval_statusline()Luuk van Baal1
2024-12-14feat(ui): sign/statuscolumn can combine highlight attrs #31575luukvbaal1
2024-12-04fix(column): check if signcolumn changed in all windows #31439luukvbaal1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl1
2024-11-11refactor(tests): use more global highlight definitionsbfredl1
2024-09-28fix(column): set signcolumn width after splitting window (#30556)zeertzjq1
2024-06-10fix(column): clamp line number for legacy signsLuuk van Baal1
2024-05-21feat(signs)!: place higher-priority signs from the left #27781Tobias Schmitz1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-01-24fix(sign): avoid deleting from sign map while looping over it (#27158)luukvbaal1
2024-01-17fix(column): remove sign from line it was previously on with undoLuuk van Baal1
2024-01-17fix(column): pass kFalse when initializing "b_signcols.count"Luuk van Baal1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2024-01-12test: typing for helpers.methsLewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-12-22Merge pull request #26528 from bfredl/nodrawstatebfredl1
2023-12-22refactor(drawline): remove LineDrawState and wlv->saved_n_extrabfredl1
2023-12-21fix(column): avoid exceeding configured 'signcolumn' widthLuuk van Baal1
2023-12-19test: sign on wrapped line with signcolumn=number (#26654)zeertzjq1
2023-12-14fix(extmark): only invalidate unpaired marks on deleted rowsLuuk van Baal1
2023-12-09test: avoid repeated screen lines in expected stateszeertzjq1
2023-12-08perf(column): avoid counting when max signs are removed from a rangeLuuk van Baal1
2023-11-29perf(column): only invalidate lines affected by added signLuuk van Baal1
2023-11-23fix(column): apply numhl signs when 'signcolumn' is "no" (#26167)luukvbaal1
2023-11-17refactor(sign): move legacy signs to extmarksLuuk van Baal1
2023-01-11fix(statuscolumn): fix sign column highlights (#21727)luukvbaal1
2022-11-02docs: fix typosdundargoc1
2022-09-29fix(column): move sign sentinel after inserting/deleting lines (#20400)zeertzjq1
2022-03-10chore: fix typos (#17331)dundargoc1
2022-02-24fix(signcol): update cursor when signcol changesLewis Russell1
2022-01-04fix(screen): don't put empty sign text in line number columnMatt Wozniski1
2021-12-08test(sign): add test for culhl optionGregory Anders1
2021-07-28fixup! fix(highlight): remove syncolor.vimGregory Anders1
2021-04-17Handle 'orphaned signs' on line deletion for signcolumn >= 2Dan Aloni1
2021-01-20opt: add tests (#13783)Sirisak Lueangsaksri1
2020-12-24feat(sign):Allow signs to be 0 width (#13290)Lukas Reineke1
2019-10-13tests/ui: remove unnecessary screen:detach()Björn Linse1
2019-06-24screen: Adjust buffer sizes for multiple sign columns #10314oni-link1
2019-05-26vim-patch:8.1.0701: sign message not translated and inconsistent spacingAndrej Zieger1
2019-05-26vim-patch:8.1.0614: placing signs can be complicatedAndrej Zieger1
2019-04-03vim-patch:8.1.1072: extending sign and foldcolumn below the text is confusing...Marco Hinz1
2019-03-25signs: support multiple columns #9295Dan Aloni1
2018-12-24strings: make vim_snprintf handle %d correctly againBjörn Linse1