aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/spell.c
Commit message (Expand)AuthorAge
* 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
* buffer: don't rely on curbuf in BUFEMPTYThomas Vigouroux2021-07-06
* vim-patch:8.2.0945: cannot use "z=" when 'spell' is offJan Edmund Lazo2021-06-12
* vim-patch:8.2.0039: memory access error when "z=" has no suggestionsJan Edmund Lazo2021-06-12
* vim-patch:8.2.2974: Greek spell checking uses wrong case foldingJan Edmund Lazo2021-06-11
* Add 'FUNC_ATTR_NONNULL_RET' to nonnull alloc funcs (#14559)Jan Edmund Lazo2021-05-15
* vim-patch:8.2.0295: highlighting for :s wrong when using different separator ...Ghjuvan Lacambre2021-04-04
* Clear prompt_for_number messagesglacambre2021-02-10
* option: use char* for get_option_value() paramJan Edmund Lazo2021-02-07
* vim-patch:8.2.2379: do spell suggestions twice if 'spellsuggest' contains numberJan Edmund Lazo2021-01-21
* vim-patch:8.2.1907: complete_info().selected may be wrongJan Edmund Lazo2020-12-03
* vim-patch:8.1.0810: too many #ifdefsJan Edmund Lazo2020-11-12
* api: add API for themesBjörn Linse2020-11-01
* vim-patch:8.2.0957: compiler warning for uninitialized variableJan Edmund Lazo2020-10-14
* vim-patch:8.2.0956: spell test failsThomas Vigouroux2020-09-24
* suggest_trie_walk: Remove invalid FALLTHROUGH annotationJames McCoy2020-09-04
* vim-patch:8.2.1560: using NULL pointers in some codeJames McCoy2020-09-04
* vim-patch:8.2.1564: a few remaining errors from ubsanJan Edmund Lazo2020-09-02
* vim-patch:8.2.1104: Coverity warnts for possible NULL pointer useJan Edmund Lazo2020-07-04
* vim-patch:8.2.1095: may use pointer after freeing itJan Edmund Lazo2020-07-04
* vim-patch:8.2.0932: missspelling spelllangJan Edmund Lazo2020-06-18
* vim-patch:8.2.0041: leaking memory when selecting spell suggestionJan Edmund Lazo2020-04-13
* vim-patch:8.2.0387: error for possible NULL argument to qsort()Jan Edmund Lazo2020-04-13
* Merge #11763 'spell: remove non-UTF8 dead code'Justin M. Keyes2020-01-26
|\
| * spell: remove enc_utf8 dead codeJan Edmund Lazo2020-01-26
| * spell: zero-init structs to fix garbage ptrsJan Edmund Lazo2020-01-26
* | vim-patch:8.1.1143: may pass weird strings to file name expansionJan Edmund Lazo2020-01-26
|/
* spell: spell_soundfold_sal() is dead codeJan Edmund Lazo2020-01-17
* clang/'Logic error': zero-init structJan Edmund Lazo2020-01-17
* spell: fix clang logic errorJan Edmund Lazo2019-11-13
* vim-patch:8.1.2173: searchit() has too many argumentsJaehwang Jerry Jung2019-10-27
* Remove dead codeJan Edmund Lazo2019-10-06
* vim-patch:8.1.2120: some MB_ macros are more complicated than necessaryJan Edmund Lazo2019-10-06
* vim-patch:8.1.1371: cannot recover from a swap file #11081Jurica Bradarić2019-10-05
* lintJustin M. Keyes2019-09-13
* getdigits: introduce `strict`, `def` parametersJustin M. Keyes2019-09-13
* Remove excess <stdint.h>Jan Edmund Lazo2019-09-11
* spell: assert nonull pointersJan Edmund Lazo2019-09-10
* vim-patch:8.1.1124: insert completion flags are mixed upJan Edmund Lazo2019-08-21