summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/spell_defs.h
AgeCommit message (Expand)AuthorFiles
2024-01-11refactor(IWYU): fix headersdundargoc1
2024-01-02refactor: remove redundant struct namesdundargoc1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-11-30refactor(IWYU): move typedefs out of globals.h (#26322)zeertzjq1
2023-11-28refactor: move hashtab types to hashtab_defs.h (#26262)zeertzjq1
2023-11-27refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq1
2023-11-26refactor: move garray_T to garray_defs.h (#26227)zeertzjq1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-10-09refactor: the long goodbyedundargoc1
2023-04-02refactor: remove char_u (#22829)dundargoc1
2023-03-04refactor(spell): use uint8_t for "byts" variables (#22519)zeertzjq1
2023-03-04refactor: replace char_u with char or uint8_t (#22400)dundargoc1
2023-02-11refactor: replace char_u with char (#21901)dundargoc1
2023-02-02refactor: use flexible arrays instead of the length-of-one trick (#22072)dundargoc1
2023-01-18refactor: replace char_u with char 23 (#21798)dundargoc1
2023-01-13build: remove clint error suppression #21782dundargoc1
2022-12-21refactor: replace char_u with char 16 - remove STRNCMP (#21208)dundargoc1
2022-11-26refactor: replace char_u with charDundar Göc1
2022-09-06refactor: replace char_u with charDundar Göc1
2022-08-30refactor: replace char_u with char 4 (#19987)dundargoc1
2022-08-14vim-patch:8.1.2081: the spell.c file is too big (#19767)zeertzjq1
2022-07-30refactor: enable -Wconversion warning for spell.c (#19538)dundargoc1
2022-05-25refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc1
2022-04-03vim-patch:8.2.4639: not sufficient parenthesis in preprocessor macrosBrian Leung1
2021-10-29refactor: uncrustify #16090dundargoc1
2021-10-12refactor: format all C files under nvim/ #15977dundargoc1
2021-06-12vim-patch:8.1.1838: there is :spellwrong and :spellgood but not :spellrareJan Edmund Lazo1
2020-11-14globals: eliminate "has_mbyte" macroJan Edmund Lazo1
2020-10-29vim-patch:8.2.1521: reading past end of buffer when reading spellfileJan Edmund Lazo1
2020-01-26spell: towupper(),towlower() are not calledJan Edmund Lazo1
2020-01-26spell_defs: remove enc_utf8 redundant checksJan Edmund Lazo1
2018-08-10vim-patch:8.0.1490: number of spell regions is spread out through the codeJan Edmund Lazo1
2017-04-10mbyte: replace vim_tolower with mb_tolower handling locale correctlyBjörn Linse1
2017-03-11vim-patch:7.4.2069James McCoy1