summaryrefslogtreecommitdiffstats
path: root/src/spell.c
AgeCommit message (Expand)Author
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
2019-08-21patch 8.1.1901: the +insert_expand feature is not always availablev8.1.1901Bram Moolenaar
2019-08-20patch 8.1.1891: functions used in one file are globalv8.1.1891Bram Moolenaar
2019-08-06patch 8.1.1824: crash when correctly spelled word is very longv8.1.1824Bram Moolenaar
2019-07-19patch 8.1.1715: emoji characters are seen as word characters for spellingv8.1.1715Bram Moolenaar
2019-05-28patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar
2019-05-24patch 8.1.1386: unessesary type casts for lalloc()v8.1.1386Bram Moolenaar
2019-05-24patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar
2019-05-23patch 8.1.1371: cannot recover from a swap filev8.1.1371Bram Moolenaar
2019-05-09patch 8.1.1306: Borland support is outdated and doesn't workv8.1.1306Bram Moolenaar
2019-04-10patch 8.1.1143: may pass weird strings to file name expansionv8.1.1143Bram Moolenaar
2019-04-06patch 8.1.1124: insert completion flags are mixed upv8.1.1124Bram Moolenaar
2019-03-30patch 8.1.1086: too many curly bracesv8.1.1086Bram Moolenaar
2019-03-30patch 8.1.1076: file for Insert mode is much too bigv8.1.1076Bram Moolenaar
2019-01-26patch 8.1.0826: too many #ifdefsv8.1.0826Bram Moolenaar
2019-01-24patch 8.1.0810: too many #ifdefsv8.1.0810Bram Moolenaar
2019-01-19patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar
2019-01-13patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar
2018-11-16patch 8.1.0528: various typos in commentsv8.1.0528Bram Moolenaar
2018-09-30patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar
2018-03-04patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar
2018-02-20patch 8.0.1528: dead code foundv8.0.1528Bram Moolenaar
2018-02-10patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar
2017-10-24patch 8.0.1215: newer gcc warns for implicit fallthroughv8.0.1215Bram Moolenaar
2017-09-16patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsv8.0.1118Bram Moolenaar
2017-09-02patch 8.0.1041: bogus characters when indenting during visual-block appendv8.0.1041Bram Moolenaar
2017-06-17patch 8.0.0643: when a pattern search is slow Vim becomes unusablev8.0.0643Bram Moolenaar
2017-04-22patch 8.0.0582: illegal memory access with z= commandv8.0.0582Bram Moolenaar
2017-03-29patch 8.0.0520: using a function pointer while the function is knownv8.0.0520Bram Moolenaar