summaryrefslogtreecommitdiff
path: root/src/testdir/test_charsearch_utf8.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.1.0811: too many #ifdefsv8.1.0811Bram Moolenaar2019-01-241-3/+0
| | | | | Problem: Too many #ifdefs. Solution: Graduate FEAT_MBYTE, the final chapter.
* patch 8.1.0711: test files still use function!v8.1.0711Bram Moolenaar2019-01-091-2/+2
| | | | | Problem: Test files still use function!. Solution: Remove the exclamation mark. Fix overwriting a function.
* Fix duplication of patch.Bram Moolenaar2017-03-131-22/+0
|
* patch 8.0.0446: the ";" command does not work after some charactersv8.0.0446Bram Moolenaar2017-03-121-0/+44
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)