summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/spellsuggest.c
AgeCommit message (Expand)AuthorFiles
2026-04-14build(clang-analyzer): UB pointer subtractionJustin M. Keyes1
2026-03-16fix(ux): drop "Sorry" from messages #38318Justin M. Keyes1
2026-03-01vim-patch:9.2.0081: Failed "z=" does not reset 'nospell' setting (#38109)luukvbaal1
2025-10-05vim-patch:8.1.1957: more code can be moved to evalvars.cJan Edmund Lazo1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-03-13fix(messages): no trailing newline for inputlist, tselect, z= with ext_messagesLuuk van Baal1
2025-02-20feat(messages): confirm kind for z=, :tselect, inputlist() #32521luukvbaal1
2025-01-02feat(ui)!: emit prompt "messages" as cmdline events #31525luukvbaal1
2024-11-23refactor(options): autogenerate valid values and flag enums for options (#31089)Famiu Haque1
2024-11-20fix(messages): more ext_messages kinds #31279luukvbaal1
2024-08-30feat(mbyte): support extended grapheme clusters including more emojibfredl1
2024-07-30refactor: collapse statements in single assignmentsLewis Russell1
2024-06-14revert: "refactor: use S_LEN macro" (#29319)Lewis Russell1
2024-06-11Merge pull request #29278 from bfredl/strcatbfredl1
2024-06-11refactor: use S_LEN(s) instead of s, n (#29219)James1
2024-06-11refactor(memory): use builtin strcat() instead of STRCAT()bfredl1
2024-06-01refactor: move shared messages to errors.h #26214Justin M. Keyes1
2024-05-18vim-patch:9.1.0418: Cannot move to previous/next rare word (#28822)zeertzjq1
2024-04-21refactor: add function attributes to xmemcpyz() (#28435)zeertzjq1
2024-04-20refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)zeertzjq1
2024-03-14vim-patch:9.1.0172: More code can use ml_get_buf_len() instead of STRLEN()zeertzjq1
2024-02-10vim-patch:9.1.0089: qsort() comparison functions should be transitivezeertzjq1
2024-01-11refactor(IWYU): fix headersdundargoc1
2024-01-02refactor: remove redundant struct namesdundargoc1
2023-12-30refactor: follow style guidedundargoc1
2023-12-17refactor: move non-symbols to defs.h headersdundargoc1
2023-12-02vim-patch:9.0.2141: [security]: buffer-overflow in suggest_trie_walkzeertzjq1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-29refactor(IWYU): create normal_defs.h (#26293)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-28refactor: move hashtab types to hashtab_defs.h (#26262)zeertzjq1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for undo_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-26refactor: move garray_T to garray_defs.h (#26227)zeertzjq1
2023-11-19refactor: follow style guidedundargoc1
2023-11-17refactor(grid): make screen rendering more multibyte than ever beforebfredl1
2023-11-12build: remove PVSdundargoc1
2023-11-10refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)zeertzjq1
2023-11-05refactor(grid): reimplement 'rightleft' as a post-processing stepbfredl1
2023-11-05refactor: the long goodbyedundargoc1
2023-11-03refactor(grid): implement rightleftcmd as a post-processing stepbfredl1
2023-10-23build(lint): remove unnecessary clint.py rulesdundargoc1
2023-10-01vim-patch:9.0.1958: cannot complete option valueszeertzjq1
2023-09-30refactor: reorganize option header files (#25437)zeertzjq1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-09-29refactor(message): smsg_attr -> smsgbfredl1
2023-09-27refactor(messages): fold msg_attr into msgbfredl1
2023-08-24refactor(memline): distinguish mutating uses of ml_get_buf()bfredl1
2023-06-30refactor: fix clang/PVS warnings (#24213)zeertzjq1