vt: don’t reset utf8proc grapheme state when we’re not at a grapheme break

This commit is contained in:
Daniel Eklöf 2021-06-25 20:42:23 +02:00
parent d206697001
commit 0ff8f72a9d
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 12 additions and 5 deletions

View file

@ -33,6 +33,10 @@
### Deprecated
### Removed
### Fixed
* Grapheme cluster state being reset between codepoints.
### Security
### Contributors