summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/spell.c
AgeCommit message (Expand)AuthorFiles
2026-04-23vim-patch:partial:9.2.0315: missing bound-checks (#39334)zeertzjq1
2026-03-23fix(decor): clamp last column by decor provider rangevanaigr1
2026-03-19vim-patch:partial:9.2.0193: using copy_option_part() can be improved (#38369)zeertzjq1
2026-02-08fix(messages): unwanted newlines with ext_messages #37733luukvbaal1
2025-12-15fix(messages): exclude "search hit BOTTOM" msg from history #36961Ayaan1
2025-11-09refactor(spellfile): config() interface, docs #36481Yochem van Rosmalen1
2025-10-27fix(spell): wrong VimEnter autocommands (#36339)zeertzjq1
2025-08-20vim-patch:8.2.0853: ml_delete() often called with FALSE argumentJan Edmund Lazo1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-08-11vim-patch:32d6bd6: runtime(doc): remove dead links (#35297)zeertzjq1
2025-03-27vim-patch:9.1.1178: not possible to generate completion candidates using fuzz...zeertzjq1
2024-12-05vim-patch:9.1.0903: potential overflow in spell_soundfold_wsal() (#31456)glepnir1
2024-11-23refactor(options): autogenerate valid values and flag enums for options (#31089)Famiu Haque1
2024-10-15vim-patch:9.1.0783: 'spell' option setting has problems (#30818)zeertzjq1
2024-06-11refactor(memory): use builtin strcat() instead of STRCAT()bfredl1
2024-06-04refactor(spell.c): reduce scope of localsLewis Russell1
2024-06-01refactor: move shared messages to errors.h #26214Justin M. Keyes1
2024-05-22vim-patch:9.1.0426: too many strlen() calls in search.czeertzjq1
2024-05-18vim-patch:9.1.0418: Cannot move to previous/next rare word (#28822)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-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-09refactor(options): reduce `findoption()` usageFamiu Haque1
2023-12-07refactor(options): split `get_option_value()` into smaller functionsFamiu Haque1
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-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-20build: adjust clang-tidy warning exclusion logicdundargoc1
2023-11-19refactor: follow style guidedundargoc1
2023-11-12build: remove PVSdundargoc1
2023-11-11refactor: remove redundant castsdundargoc1
2023-11-10refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)zeertzjq1
2023-11-05refactor: the long goodbyedundargoc1
2023-09-30refactor: reorganize option header files (#25437)zeertzjq1
2023-09-29refactor(message): smsg_attr -> smsgbfredl1
2023-09-15fix(extmarks): overlay virt_text position after 'showbreak' (#25175)zeertzjq1
2023-08-28vim-patch:9.0.1810: camel-case spelling has issues with digits (#24909)zeertzjq1
2023-08-24refactor(memline): distinguish mutating uses of ml_get_buf()bfredl1
2023-08-16vim-patch:9.0.1718: dict-completion does not respect region (#24733)zeertzjq1
2023-07-22refactor: remove some (const char **) casts (#24423)zeertzjq1
2023-07-19feat(decoration_provider): log errors as error messagesThomas Vigouroux1
2023-07-13perf(rtp): reduce rtp scans (#24191)Lewis Russell1
2023-06-07refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)Famiu Haque1
2023-06-06vim-patch:9.0.1614: strlen() called too often for :spellrepall (#23940)zeertzjq1