aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/spell_defs.h
Commit message (Expand)AuthorAge
* refactor: move hashtab types to hashtab_defs.h (#26262)zeertzjq2023-11-28
* refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq2023-11-27
* refactor: move garray_T to garray_defs.h (#26227)zeertzjq2023-11-26
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* refactor: the long goodbyedundargoc2023-10-09
* refactor: remove char_u (#22829)dundargoc2023-04-02
* refactor(spell): use uint8_t for "byts" variables (#22519)zeertzjq2023-03-04
* refactor: replace char_u with char or uint8_t (#22400)dundargoc2023-03-04
* refactor: replace char_u with char (#21901)dundargoc2023-02-11
* refactor: use flexible arrays instead of the length-of-one trick (#22072)dundargoc2023-02-02
* refactor: replace char_u with char 23 (#21798)dundargoc2023-01-18
* build: remove clint error suppression #21782dundargoc2023-01-13
* refactor: replace char_u with char 16 - remove STRNCMP (#21208)dundargoc2022-12-21
* refactor: replace char_u with charDundar Göc2022-11-26
* refactor: replace char_u with charDundar Göc2022-09-06
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* vim-patch:8.1.2081: the spell.c file is too big (#19767)zeertzjq2022-08-14
* refactor: enable -Wconversion warning for spell.c (#19538)dundargoc2022-07-30
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* vim-patch:8.2.4639: not sufficient parenthesis in preprocessor macrosBrian Leung2022-04-03
* refactor: uncrustify #16090dundargoc2021-10-29
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* vim-patch:8.1.1838: there is :spellwrong and :spellgood but not :spellrareJan Edmund Lazo2021-06-12
* globals: eliminate "has_mbyte" macroJan Edmund Lazo2020-11-14
* vim-patch:8.2.1521: reading past end of buffer when reading spellfileJan Edmund Lazo2020-10-29
* spell: towupper(),towlower() are not calledJan Edmund Lazo2020-01-26
* spell_defs: remove enc_utf8 redundant checksJan Edmund Lazo2020-01-26
* vim-patch:8.0.1490: number of spell regions is spread out through the codeJan Edmund Lazo2018-08-10
* mbyte: replace vim_tolower with mb_tolower handling locale correctlyBjörn Linse2017-04-10
* vim-patch:7.4.2069James McCoy2017-03-11