| commit | 7beaf6a720ddc7e2989c8831872bfb98ec78a65d | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Wed Oct 05 18:03:00 2022 +0100 |
| committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 05 18:03:00 2022 +0100 |
| tree | 49168ee7e59dcf856ccc4df3ce3ac5e4b2d95331 | |
| parent | 0816f473ab2f6cf7d8311c0f97371cada7f20d18 [diff] [blame] |
patch 9.0.0666: spacing-combining characters handled as composing
Problem: Spacing-combining characters handled as composing, causing text to
take more space than expected.
Solution: Handle characters marked with "Mc" not as composing.
(closes #11282
diff --git a/src/version.c b/src/version.c index 0f49ac2..925cb22 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 666, +/**/ 665, /**/ 664,