aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/spellsuggest.c
Commit message (Expand)AuthorAge
* feat(mbyte): support extended grapheme clusters including more emojibfredl2024-08-30
* refactor: collapse statements in single assignmentsLewis Russell2024-07-30
* revert: "refactor: use S_LEN macro" (#29319)Lewis Russell2024-06-14
* Merge pull request #29278 from bfredl/strcatbfredl2024-06-11
|\
| * refactor(memory): use builtin strcat() instead of STRCAT()bfredl2024-06-11
* | refactor: use S_LEN(s) instead of s, n (#29219)James2024-06-11
|/
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* vim-patch:9.1.0418: Cannot move to previous/next rare word (#28822)zeertzjq2024-05-18
* refactor: add function attributes to xmemcpyz() (#28435)zeertzjq2024-04-21
* refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)zeertzjq2024-04-20
* vim-patch:9.1.0172: More code can use ml_get_buf_len() instead of STRLEN()zeertzjq2024-03-14
* vim-patch:9.1.0089: qsort() comparison functions should be transitivezeertzjq2024-02-10
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: remove redundant struct namesdundargoc2024-01-02
* refactor: follow style guidedundargoc2023-12-30
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* vim-patch:9.0.2141: [security]: buffer-overflow in suggest_trie_walkzeertzjq2023-12-02
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor(IWYU): create normal_defs.h (#26293)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: move hashtab types to hashtab_defs.h (#26262)zeertzjq2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* refactor: move garray_T to garray_defs.h (#26227)zeertzjq2023-11-26
* refactor: follow style guidedundargoc2023-11-19
* refactor(grid): make screen rendering more multibyte than ever beforebfredl2023-11-17
* build: remove PVSdundargoc2023-11-12
* refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)zeertzjq2023-11-10
* refactor(grid): reimplement 'rightleft' as a post-processing stepbfredl2023-11-05
* refactor: the long goodbyedundargoc2023-11-05
* refactor(grid): implement rightleftcmd as a post-processing stepbfredl2023-11-03
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* vim-patch:9.0.1958: cannot complete option valueszeertzjq2023-10-01
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor(message): smsg_attr -> smsgbfredl2023-09-29
* refactor(messages): fold msg_attr into msgbfredl2023-09-27
* refactor(memline): distinguish mutating uses of ml_get_buf()bfredl2023-08-24
* refactor: fix clang/PVS warnings (#24213)zeertzjq2023-06-30
* vim-patch:9.0.1578: SpellCap highlight not always updated when needed (#23755)luukvbaal2023-05-26
* vim-patch:9.0.1330: handling new value of an option has a long "else if" chainLewis Russell2023-04-28
* refactor: uncrustifydundargoc2023-04-26
* refactor: remove redundant const char * castsii142023-04-07
* refactor: add const and remove unnecessary casts (#22841)ii142023-04-01
* refactor(screen): screen.c delenda estbfredl2023-03-14
* 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
* fix: address -Wmaybe-uninitialized warnings (#22436)Lewis Russell2023-02-27
* refactor: reduce scope of locals as per the style guide 3 (#22221)dundargoc2023-02-12