summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_charsearch_utf8.vim
AgeCommit message (Collapse)Author
2023-05-14patch 9.0.1555: setcharsearch() does not clear last searched char properlyv9.0.1555zeertzjq
Problem: setcharsearch() does not clear last searched char properly. Solution: Do not accept lastc_bytelen smaller than one. (closes #12398)
2019-01-24patch 8.1.0811: too many #ifdefsv8.1.0811Bram Moolenaar
Problem: Too many #ifdefs. Solution: Graduate FEAT_MBYTE, the final chapter.
2019-01-09patch 8.1.0711: test files still use function!v8.1.0711Bram Moolenaar
Problem: Test files still use function!. Solution: Remove the exclamation mark. Fix overwriting a function.
2017-03-13Fix duplication of patch.Bram Moolenaar
2017-03-12patch 8.0.0446: the ";" command does not work after some charactersv8.0.0446Bram Moolenaar
Problem: The ";" command does not work after characters with a lower byte that is NUL. Solution: Properly check for not having a previous character. (Hirohito Higashi)