aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/sign.c
Commit message (Expand)AuthorAge
* refactor: replace char_u with charDundar Göc2022-08-31
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* Merge pull request #19906 from bfredl/bigstagebfredl2022-08-24
|\
| * perf(api): allow to use an arena for return valuesbfredl2022-08-23
* | vim-patch:9.0.0206: redraw flags are not named specifically (#19913)zeertzjq2022-08-23
|/
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* refactor(signs): handle non-sign attrs separately (#19784)Lewis Russell2022-08-16
* refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* vim-patch:8.2.1281: the "trailing characters" error can be hard to understandzeertzjq2022-08-07
* refactor: move FunPtr to types.h (#19466)zeertzjq2022-07-22
* refactor: replace char_uDundar Goc2022-07-02
* Merge #19060 memory leaksJustin M. Keyes2022-06-28
|\
| * fix(coverity/348300): free memory when overiding sing attributeThomas Vigouroux2022-06-27
* | refactor: replace char_u #18429dundargoc2022-06-28
|/
* refactor: change type of linenr_T from long to int32_tDundar Goc2022-06-10
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* refactor: replace char_u variables and functions with charDundar Goc2022-05-11
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* refactor: replace char_u variables and functions with charDundar Goc2022-05-07
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* refactor(uncrustify): format all c code under /src/nvim/Dundar Goc2022-04-29
* refactor(build): remove unused includes #17078kylo2522022-04-26
* vim-patch:8.1.1608: the evalfunc.c file is too big (#17807)Lewis Russell2022-03-23
* vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)Lewis Russell2022-03-18
* refactor(signcol): smarter invalidation (#17533)Lewis Russell2022-03-06
* feat(decorations): support signsLewis Russell2022-03-05
* vim-patch:8.2.4241: some type casts are redundantDundar Göc2022-01-30
* vim-patch:8.2.3874: cannot highlight the number column for a signJames McCoy2021-12-22
* vim-patch:8.2.3748: giving an error for an empty sign argument breaks a pluginJames McCoy2021-12-08
* vim-patch:8.2.3747: cannot remove highlight from an existing signJames McCoy2021-12-08
* vim-patch:8.2.3743: ":sign" can add a highlight group without a nameJames McCoy2021-12-08
* vim-patch:8.2.3664: cannot adjust sign highlighting for 'cursorline'James McCoy2021-12-08
* vim-patch:8.1.1393: unnecessary type castsVVKot2021-11-22
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* refactor(multibyte): eliminate mb_ptr2len alias for utfc_ptr2lenBjörn Linse2021-11-14
* vim-patch:8.1.0779: argument for message functions is inconsistentJames McCoy2021-11-01
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* refactor: reduce number of unique char casts (#15995)dundargoc2021-10-12
* refactor: format with uncrustify #15778dundargoc2021-09-25
* refactor: replace TRUE/FALSE macros with C99 true/falseDundar Göc2021-07-25
* chore: use codespell to spell check #15016dundargoc2021-07-07
* signs: Change b_signcols_max -> b_signcols_validLewis Russell2021-07-04
* sign: pvs/v547Jan Edmund Lazo2021-06-05
* signs: fix overflow during adjustment on Windows (#14472)statiolake2021-05-02
* Handle 'orphaned signs' on line deletion for signcolumn >= 2Dan Aloni2021-04-17
* vim-patch:8.1.2205: sign entry structure has confusing name (#14289)Lewis Russell2021-04-05
* vim-patch:8.1.1899: sign_place() does not work as documentedLewis Russell2021-04-03