aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/spell.c
Commit message (Expand)AuthorAge
* vim-patch:8.1.2081: the spell.c file is too big (#19767)zeertzjq2022-08-14
* refactor: remove some unused includes (#19740)zeertzjq2022-08-12
* refactor: replace char_u with charDundar Goc2022-08-12
* vim-patch:8.1.1684: profiling functionality is spread outzeertzjq2022-08-12
* refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* refactor: replace char_u with charDundar Goc2022-07-31
* vim-patch:9.0.0109: writing over the end of a buffer on stack (#19581)zeertzjq2022-07-31
* refactor: enable -Wconversion warning for spell.c (#19538)dundargoc2022-07-30
* vim-patch:8.2.2254: Vim9: bool option type is numberzeertzjq2022-07-25
* vim-patch:8.1.1076: file for Insert mode is much too bigzeertzjq2022-07-20
* vim-patch:9.0.0035: spell dump may go beyond end of an array (#19228)zeertzjq2022-07-05
* vim-patch:8.2.5072: using uninitialized value and freed memory in spell commandzeertzjq2022-07-04
* vim-patch:8.2.1770: invalid memory use when using SpellFileMissing autocmdzeertzjq2022-07-04
* refactor: replace char_uDundar Goc2022-07-02
* refactor: replace char_u #18429dundargoc2022-06-28
* vim-patch:8.2.5123: using invalid index when looking for spell suggestionszeertzjq2022-06-27
* vim-patch:8.2.5007: spell suggestion may use uninitialized memoryzeertzjq2022-06-27
* vim-patch:8.2.3484: crash when going through spell suggestionszeertzjq2022-06-27
* refactor: missing parenthesis may cause unexpected problems (#17443)kylo2522022-05-26
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* vim-patch:8.2.4985: PVS warns for possible array underrunDundar Goc2022-05-20
* 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-05
* refactor: replace char_u variables and functions with charDundar Goc2022-05-03
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* refactor: convert macros to all-caps (#17895)dundargoc2022-04-24
* Merge pull request #17971 from chentau/extmark_spellbfredl2022-04-08
|\
| * fix(extmarks): splice extmarks on accepting spellTony Chen2022-04-02
* | vim-patch:8.2.4258: Coverity warns for array overrunzeertzjq2022-04-04
* | vim-patch:8.2.4247: stack corruption when looking for spell suggestionszeertzjq2022-04-04
* | vim-patch:8.2.4402: missing parenthesis may cause unexpected problemsBrian Leung2022-04-03
|/
* refactor: remove redundant castsDundar Göc2022-03-06
* vim-patch:8.2.3582: reading uninitialized memory when giving spell suggestionsf380cedric2022-01-06
* vim-patch:8.2.3914 (#16808)dundargoc2021-12-28
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* refactor(macros): delete multibyte macros which just are aliasesBjörn Linse2021-11-14
* refactor(multibyte): eliminate mb_char2len alias for utf_char2lenBjörn Linse2021-11-14
* 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: remove redundant castsDundar Göc2021-10-07
* refactor: remove redundant char casts #15888dundargoc2021-10-04
* Refactor/uncrustify (#15790)dundargoc2021-09-29
* refactor: replace TRUE/FALSE with true/false #15425dundargoc2021-08-22
* buffer: move BUFEMPTY to a functionThomas Vigouroux2021-07-06