aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/sign_spec.lua
Commit message (Expand)AuthorAge
* 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(column): check if signcolumn changed in all windows #31439luukvbaal2024-12-04
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* refactor(tests): use more global highlight definitionsbfredl2024-11-11
* fix(column): set signcolumn width after splitting window (#30556)zeertzjq2024-09-28
* fix(column): clamp line number for legacy signsLuuk van Baal2024-06-10
* feat(signs)!: place higher-priority signs from the left #27781Tobias Schmitz2024-05-21
* test: improve test conventionsdundargoc2024-04-23
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* fix(sign): avoid deleting from sign map while looping over it (#27158)luukvbaal2024-01-24
* fix(column): remove sign from line it was previously on with undoLuuk van Baal2024-01-17
* fix(column): pass kFalse when initializing "b_signcols.count"Luuk van Baal2024-01-17
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* Merge pull request #26528 from bfredl/nodrawstatebfredl2023-12-22
|\
| * refactor(drawline): remove LineDrawState and wlv->saved_n_extrabfredl2023-12-22
* | fix(column): avoid exceeding configured 'signcolumn' widthLuuk van Baal2023-12-21
|/
* test: sign on wrapped line with signcolumn=number (#26654)zeertzjq2023-12-19
* fix(extmark): only invalidate unpaired marks on deleted rowsLuuk van Baal2023-12-14
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* perf(column): avoid counting when max signs are removed from a rangeLuuk van Baal2023-12-08
* perf(column): only invalidate lines affected by added signLuuk van Baal2023-11-29
* fix(column): apply numhl signs when 'signcolumn' is "no" (#26167)luukvbaal2023-11-23
* refactor(sign): move legacy signs to extmarksLuuk van Baal2023-11-17
* fix(statuscolumn): fix sign column highlights (#21727)luukvbaal2023-01-11
* docs: fix typosdundargoc2022-11-02
* fix(column): move sign sentinel after inserting/deleting lines (#20400)zeertzjq2022-09-29
* chore: fix typos (#17331)dundargoc2022-03-10
* fix(signcol): update cursor when signcol changesLewis Russell2022-02-24
* fix(screen): don't put empty sign text in line number columnMatt Wozniski2022-01-04
* test(sign): add test for culhl optionGregory Anders2021-12-08
* fixup! fix(highlight): remove syncolor.vimGregory Anders2021-07-28
* Handle 'orphaned signs' on line deletion for signcolumn >= 2Dan Aloni2021-04-17
* opt: add tests (#13783)Sirisak Lueangsaksri2021-01-20
* feat(sign):Allow signs to be 0 width (#13290)Lukas Reineke2020-12-24
* tests/ui: remove unnecessary screen:detach()Björn Linse2019-10-13
* screen: Adjust buffer sizes for multiple sign columns #10314oni-link2019-06-24
* vim-patch:8.1.0701: sign message not translated and inconsistent spacingAndrej Zieger2019-05-26
* vim-patch:8.1.0614: placing signs can be complicatedAndrej Zieger2019-05-26
* vim-patch:8.1.1072: extending sign and foldcolumn below the text is confusing...Marco Hinz2019-04-03
* signs: support multiple columns #9295Dan Aloni2019-03-25
* strings: make vim_snprintf handle %d correctly againBjörn Linse2018-12-24
* signs: Add "numhl" argument #9113Reto Schnyder2018-10-13
* screen.c: add update_window_hl to special redrawing entrypointsBjörn Linse2018-07-27
* win: enable more functional testsJan Edmund Lazo2018-01-06
* functests: Fix some ui/*_spec testsZyX2017-04-09
* functests: Replace execute with either command or feed_commandZyX2017-04-09