summaryrefslogtreecommitdiffstats
path: root/src/kword_test.c
AgeCommit message (Collapse)Author
2019-01-24patch 8.1.0806: too many #ifdefsv8.1.0806Bram Moolenaar
Problem: Too many #ifdefs. Solution: Graduate FEAT_MBYTE, part 2.
2017-01-28patch 8.0.0252: not properly recognizing word characters between 128 and 255v8.0.0252Bram Moolenaar
Problem: Characters below 256 that are not one byte are not always recognized as word characters. Solution: Make vim_iswordc() and vim_iswordp() work the same way. Add a test for this. (Ozaki Kiichi)