commit | f1387285e2ebe5cb3688d729fc6fd01a169a76c1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 22 17:11:15 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 22 17:11:15 2021 +0100 |
tree | 3adfa05958b52b53b2b69e325be4a677955c77f1 | |
parent | 5ea79a2599d35f75e1ae8a75d2711c754c4cb7c4 [diff] [blame] |
patch 8.2.2640: screenstring() returns non-existing composing characters Problem: screenstring() returns non-existing composing characters. Solution: Only use composing characters if there is a base character.
diff --git a/src/version.c b/src/version.c index e2519f4..2c52166 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2640, +/**/ 2639, /**/ 2638,