summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/sign_defs.h
AgeCommit message (Expand)AuthorFiles
2024-07-07vim-patch:9.1.0538: not possible to assign priority when defining a sign (#29...zeertzjq1
2024-02-12fix(column): use a single path for sign sorting (#27431)luukvbaal1
2024-01-02refactor: remove redundant struct namesdundargoc1
2023-12-22refactor(drawline): remove LineDrawState and wlv->saved_n_extrabfredl1
2023-11-27refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq1
2023-11-17refactor(sign): move legacy signs to extmarksLuuk van Baal1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-04-05feat(api): evaluate 'statuscolumn' with nvim_eval_statusline()Luuk van Baal1
2023-02-02refactor: use flexible arrays instead of the length-of-one trick (#22072)dundargoc1
2023-02-01vim-patch:8.1.1827: allocating more memory than needed for extended structs (...zeertzjq1
2022-09-09refactor: replace char_u with charDundar Göc1
2022-09-06refactor: migrate comment style 2 #20080dundargoc1
2022-08-31refactor: replace char_u with charDundar Göc1
2022-08-16refactor(signs): handle non-sign attrs separately (#19784)Lewis Russell1
2022-05-25refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc1
2022-03-05feat(decorations): support signsLewis Russell1
2021-12-08vim-patch:8.2.3664: cannot adjust sign highlighting for 'cursorline'James McCoy1
2021-10-31refactor: saner options for uncrustify #16196dundargoc1
2021-10-12refactor: format all C files under nvim/ #15977dundargoc1
2021-04-05vim-patch:8.1.2205: sign entry structure has confusing name (#14289)Lewis Russell1
2021-04-03vim-patch:8.1.1631: displaying signs is inefficientLewis Russell1
2021-02-06vim-patch:8.1.2285: padding in structures wastes memoryJan Edmund Lazo1
2020-12-24feat(sign):Allow signs to be 0 width (#13290)Lukas Reineke1
2019-05-26lintAndrej Zieger1
2019-05-26vim-patch:8.1.0644: finding next sign ID is inefficientAndrej Zieger1
2019-05-26vim-patch:8.1.0632: using sign group names is inefficientAndrej Zieger1
2019-05-26vim-patch:8.1.0614: placing signs can be complicatedAndrej Zieger1
2019-03-19vim-patch:8.1.0384: sign ordering #9758Jan Edmund Lazo1
2018-10-13signs: Add "numhl" argument #9113Reto Schnyder1
2017-04-27refactor/single-include (#6604)relnod1
2014-05-15Introduce nvim namespace: Fix define guards.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Move files.Eliseo Martínez1