aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/spellfile.c
Commit message (Expand)AuthorAge
* vim-patch:9.1.0172: More code can use ml_get_buf_len() instead of STRLEN()zeertzjq2024-03-14
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: remove redundant struct namesdundargoc2024-01-02
* refactor: remove redundant NOLINT commentsdundargoc2024-01-01
* refactor: follow style guidedundargoc2023-12-30
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor: eliminate cyclic includesdundargoc2023-12-20
* refactor(options): reduce `findoption()` usageFamiu Haque2023-12-09
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: fix headers with IWYUdundargoc2023-11-28
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq2023-11-27
* refactor: enable formatting for ternariesdundargoc2023-11-20
* refactor: follow style guidedundargoc2023-11-19
* refactor: follow style guidedundargoc2023-11-13
* build: remove PVSdundargoc2023-11-12
* refactor: remove redundant castsdundargoc2023-11-11
* refactor: the long goodbyedundargoc2023-10-09
* refactor: the long goodbyedundargoc2023-10-03
* 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(message): msg_outtrans_long_len_attr -> msg_outtrans_longbfredl2023-09-29
* refactor(messages): fold msg_attr into msgbfredl2023-09-27
* fix: use snprintf instead of sprintfLewis Russell2023-08-31
* refactor(memline): distinguish mutating uses of ml_get_buf()bfredl2023-08-24
* refactor: remove some (const char **) casts (#24423)zeertzjq2023-07-22
* refactor: remove longdundargoc2023-07-03
* refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)Famiu Haque2023-06-07
* fix(mkspell): prevent Unicode character overflow (#23760)julio-b2023-05-26
* vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq2023-05-05
* vim-patch:9.0.0240: crash when using ":mkspell" with an empty .dic filezeertzjq2023-05-04
* 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 castsii142023-04-07
* refactor: remove redundant const char * castsii142023-04-07
* refactor: make error message definitions constii142023-04-05
* refactor: remove char_u (#22829)dundargoc2023-04-02
* refactor: add const and remove unnecessary casts (#22841)ii142023-04-01
* 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
* refactor: reduce scope of locals as per the style guide 3 (#22221)dundargoc2023-02-12
* refactor: replace char_u with char (#21901)dundargoc2023-02-11
* refactor: reduce scope of locals as per the style guide (#22206)dundargoc2023-02-11
* refactor: use flexible arrays instead of the length-of-one trick (#22072)dundargoc2023-02-02
* vim-patch:9.0.1271: using sizeof() and subtract array size is tricky (#22087)zeertzjq2023-02-01
* vim-patch:partial:9.0.1237: code is indented more than necessary (#21971)zeertzjq2023-01-24
* refactor: replace char_u with char 25 (#21838)dundargoc2023-01-19
* refactor: replace char_u with char 24 (#21823)dundargoc2023-01-18