summaryrefslogtreecommitdiff
path: root/src/spell.h
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.1.0811: too many #ifdefsv8.1.0811Bram Moolenaar2019-01-241-4/+0
| | | | | Problem: Too many #ifdefs. Solution: Graduate FEAT_MBYTE, the final chapter.
* patch 8.1.0810: too many #ifdefsv8.1.0810Bram Moolenaar2019-01-241-34/+17
| | | | | Problem: Too many #ifdefs. Solution: Graduate FEAT_MBYTE, part 4.
* patch 8.0.1490: number of spell regions is spread out through the codev8.0.1490Bram Moolenaar2018-02-101-1/+4
| | | | | Problem: Number of spell regions is spread out through the code. Solution: Define MAXREGIONS.
* patch 7.4.2293v7.4.2293Bram Moolenaar2016-08-291-1/+1
| | | | | Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
* patch 7.4.2069v7.4.2069Bram Moolenaar2016-07-191-0/+319
Problem: spell.c is too big. Solution: Split it in spell file handling and spell checking.