summaryrefslogtreecommitdiffstats
path: root/src/spell.c
AgeCommit message (Expand)Author
2023-08-27patch 9.0.1810: camel-case spelling has issues with digitsv9.0.1810LemonBoy
2023-08-15patch 9.0.1718: dict-completion does not respect regionv9.0.1718LemonBoy
2023-06-06patch 9.0.1614: strlen() called too often for :spellrepallv9.0.1614zeertzjq
2023-05-25patch 9.0.1578: SpellCap highlight not always updated when neededv9.0.1578Luuk van Baal
2023-02-20patch 9.0.1330: handling new value of an option has a long "else if" chainv9.0.1330Yegappan Lakshmanan
2023-02-01patch 9.0.1271: using sizeof() and subtract array size is trickyv9.0.1271zeertzjq
2023-01-30patch 9.0.1262: the did_set_string_option function is too longv9.0.1262Yegappan Lakshmanan
2023-01-23patch 9.0.1237: code is indented more than necessaryv9.0.1237Yegappan Lakshmanan
2022-11-14patch 9.0.0882: using freed memory after SpellFileMissing autocmd uses bwipev9.0.0882Bram Moolenaar
2022-11-02patch 9.0.0828: various typosv9.0.0828dundargoc
2022-10-13patch 9.0.0747: too many #ifdefsv9.0.0747Martin Tournoij
2022-09-28patch 9.0.0614: SpellFileMissing autocmd may delete bufferv9.0.0614Bram Moolenaar
2022-09-25patch 9.0.0590: after exiting Insert mode spelling not checked in next linev9.0.0590Bram Moolenaar
2022-08-14patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar
2022-08-04patch 9.0.0138: not enough characters accepted for 'spellfile'v9.0.0138Bram Moolenaar
2022-07-04patch 9.0.0035: spell dump may go beyond end of an arrayv9.0.0035Bram Moolenaar
2022-06-09patch 8.2.5072: using uninitialized value and freed memory in spell commandv8.2.5072Bram Moolenaar
2022-05-20patch 8.2.4985: PVS warns for possible array underrunv8.2.4985Bram Moolenaar
2022-05-13patch 8.2.4947: text properties not adjusted when accepting spell suggestionv8.2.4947LemonBoy
2022-04-15patch 8.2.4753: error from setting an option is silently ignoredv8.2.4753Bram Moolenaar
2022-03-22patch 8.2.4610: some conditions are always truev8.2.4610Bram Moolenaar
2022-02-16patch 8.2.4402: missing parenthesis may cause unexpected problemsv8.2.4402kylo252
2022-01-31patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar
2022-01-05patch 8.2.4008: error messages are spread outv8.2.4008Bram Moolenaar
2022-01-01patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar
2021-12-31patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar
2021-12-27patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle
2021-12-06patch 8.2.3751: cannot assign a lambda to an option that takes a functionv8.2.3751Yegappan Lakshmanan
2021-08-09patch 8.2.3320: some local functions are not staticv8.2.3320Yegappan Lakshmanan
2021-07-20patch 8.2.3190: error messages are spread outv8.2.3190Bram Moolenaar
2021-06-11patch 8.2.2974: Greek spell checking uses wrong case foldingv8.2.2974Bram Moolenaar
2020-12-31patch 8.2.2254: Vim9: bool option type is numberv8.2.2254Bram Moolenaar
2020-10-30patch 8.2.1926: cannot use a space in 'spellfile'v8.2.1926Bram Moolenaar
2020-09-28patch 8.2.1770: invalid memory use when using SpellFileMissing autocmdv8.2.1770Bram Moolenaar
2020-09-16patch 8.2.1696: unused (duplicate) macrosv8.2.1696Bram Moolenaar
2020-06-11patch 8.2.0957: compiler warning for uninitialized variablev8.2.0957Bram Moolenaar
2020-06-10patch 8.2.0956: spell test failsv8.2.0956Bram Moolenaar
2020-06-10patch 8.2.0945: cannot use "z=" when 'spell' is offv8.2.0945Bram Moolenaar
2020-06-08patch 8.2.0932: missspelling spelllangv8.2.0932Bram Moolenaar
2020-05-30patch 8.2.0853: ml_delete() often called with FALSE argumentv8.2.0853Bram Moolenaar
2020-04-12patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar
2020-04-02patch 8.2.0500: using the same loop in many placesv8.2.0500Bram Moolenaar
2020-02-21patch 8.2.0295: highlighting for :s wrong when using different separatorv8.2.0295Bram Moolenaar
2020-01-26patch 8.2.0156: various typos in source files and testsv8.2.0156Bram Moolenaar
2019-12-05patch 8.1.2395: using old C style commentsv8.1.2395Bram Moolenaar
2019-10-18patch 8.1.2173: searchit() has too many argumentsv8.1.2173Bram Moolenaar
2019-10-13patch 8.1.2147: crash when allocating memory failsv8.1.2147Bram Moolenaar
2019-10-06patch 8.1.2120: some MB_ macros are more complicated than necessaryv8.1.2120Bram Moolenaar
2019-09-27patch 8.1.2081: the spell.c file is too bigv8.1.2081Bram Moolenaar
2019-09-02patch 8.1.1966: some code in options.c fits better elsewherev8.1.1966Bram Moolenaar