aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/spell.c
Commit message (Expand)AuthorAge
* refactor(IWYU): create normal_defs.h (#26293)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-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
* build: adjust clang-tidy warning exclusion logicdundargoc2023-11-20
* refactor: follow style guidedundargoc2023-11-19
* build: remove PVSdundargoc2023-11-12
* refactor: remove redundant castsdundargoc2023-11-11
* refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)zeertzjq2023-11-10
* refactor: the long goodbyedundargoc2023-11-05
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* refactor(message): smsg_attr -> smsgbfredl2023-09-29
* fix(extmarks): overlay virt_text position after 'showbreak' (#25175)zeertzjq2023-09-15
* vim-patch:9.0.1810: camel-case spelling has issues with digits (#24909)zeertzjq2023-08-28
* refactor(memline): distinguish mutating uses of ml_get_buf()bfredl2023-08-24
* vim-patch:9.0.1718: dict-completion does not respect region (#24733)zeertzjq2023-08-16
* refactor: remove some (const char **) casts (#24423)zeertzjq2023-07-22
* feat(decoration_provider): log errors as error messagesThomas Vigouroux2023-07-19
* perf(rtp): reduce rtp scans (#24191)Lewis Russell2023-07-13
* refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)Famiu Haque2023-06-07
* vim-patch:9.0.1614: strlen() called too often for :spellrepall (#23940)zeertzjq2023-06-06
* fix(spell): splice extmarks on :spellrepall (#23929)zeertzjq2023-06-06
* vim-patch:9.0.1578: SpellCap highlight not always updated when needed (#23755)luukvbaal2023-05-26
* vim-patch:9.0.0590: after exiting Insert mode spelling not checked in next lineLuuk van Baal2023-05-25
* vim-patch:9.0.0138: not enough characters accepted for 'spellfile'zeertzjq2023-05-04
* fix(spell): extmark with spell=false should disable spell (#23400)zeertzjq2023-05-01
* 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(extmarks): some minor internal API changesbfredl2023-03-16
* 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: replace char_u with char (#21901)dundargoc2023-02-11
* refactor: reduce scope of locals as per the style guide (#22206)dundargoc2023-02-11
* 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
* refactor: replace char_u with char 23 (#21798)dundargoc2023-01-18
* refactor: replace char_u with char 22 (#21786)dundargoc2023-01-17
* refactor: replace char_u with char 21 (#21779)dundargoc2023-01-14
* refactor: replace char_u with char 18 (#21237)dundargoc2023-01-09
* refactor: replace char_u with char 17 - remove STRLCPY (#21235)dundargoc2023-01-09
* refactor: replace char_u with chardundargoc2023-01-09
* refactor: replace char_u with char 16 - remove STRNCMP (#21208)dundargoc2022-12-21
* refactor: replace char_u with chardundargoc2022-11-28