zeertzjq
|
09a93e3e66
|
patch 9.0.0855: comment not located above the code it refers to
Problem: Comment not located above the code it refers to.
Solution: Move the comment. (closes #11527)
|
2022-11-10 17:05:28 +00:00 |
|
dundargoc
|
c57b5bcd22
|
patch 9.0.0828: various typos
Problem: Various typos.
Solution: Correct typos. (closes #11432)
|
2022-11-02 13:30:51 +00:00 |
|
kylo252
|
9dac9b1751
|
patch 8.2.4639: not sufficient parenthesis in preprocessor macros
Problem: Not sufficient parenthesis in preprocessor macros.
Solution: Add more parenthesis. (closes #10031)
|
2022-03-27 20:05:17 +01:00 |
|
Bram Moolenaar
|
677658ae49
|
patch 8.2.4008: error messages are spread out
Problem: Error messages are spread out.
Solution: Move more error messages to errors.h.
|
2022-01-05 16:09:06 +00:00 |
|
Bram Moolenaar
|
07399e7f07
|
patch 8.2.1521: reading past end of buffer when reading spellfile
Problem: Reading past end of buffer when reading spellfile. (Yegappan
Lakshmanan)
Solution: Store the byte length and check for it.
|
2020-08-24 20:05:50 +02:00 |
|
Bram Moolenaar
|
9bf703d46a
|
patch 8.1.2366: using old C style comments
Problem: Using old C style comments.
Solution: Use // comments where appropriate.
|
2019-11-30 19:44:38 +01:00 |
|
Bram Moolenaar
|
46a426c9ac
|
patch 8.1.2081: the spell.c file is too big
Problem: The spell.c file is too big.
Solution: Move the code for spell suggestions to a separate file. (Yegappan
Lakshmanan, closes #4988)
|
2019-09-27 12:41:56 +02:00 |
|
Bram Moolenaar
|
08cc374dab
|
patch 8.1.1838: there is :spellwrong and :spellgood but not :spellrare
Problem: There is :spellwrong and :spellgood but not :spellrare.
Solution: Add :spellrare. (Martin Tournoij, closes #4291)
|
2019-08-11 22:51:14 +02:00 |
|
Bram Moolenaar
|
30276f2beb
|
patch 8.1.0811: too many #ifdefs
Problem: Too many #ifdefs.
Solution: Graduate FEAT_MBYTE, the final chapter.
|
2019-01-24 17:59:39 +01:00 |
|
Bram Moolenaar
|
264b74fa54
|
patch 8.1.0810: too many #ifdefs
Problem: Too many #ifdefs.
Solution: Graduate FEAT_MBYTE, part 4.
|
2019-01-24 17:18:42 +01:00 |
|
Bram Moolenaar
|
2993ac5fce
|
patch 8.0.1490: number of spell regions is spread out through the code
Problem: Number of spell regions is spread out through the code.
Solution: Define MAXREGIONS.
|
2018-02-10 14:12:43 +01:00 |
|
Bram Moolenaar
|
edf3f97ae2
|
patch 7.4.2293
Problem: Modelines in source code are inconsistant.
Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
|
2016-08-29 22:49:24 +02:00 |
|
Bram Moolenaar
|
9ccfebddc3
|
patch 7.4.2069
Problem: spell.c is too big.
Solution: Split it in spell file handling and spell checking.
|
2016-07-19 16:39:08 +02:00 |
|