commit | bc869874fedf094129831836f131c64f10d98854 | [log] [tgz] |
---|---|---|
author | Ralf Schandl <rakus@users.noreply.github.com> | Fri May 28 14:12:14 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 28 14:12:14 2021 +0200 |
tree | 25f910004b20bbfd23fda1d1e55287ce768f1552 | |
parent | 89dcb4dce369de22fba13b9c3c63f11f8d42650b [diff] [blame] |
patch 8.2.2893: multi-byte text in popup title shows up wrong Problem: Multi-byte text in popup title shows up wrong. Solution: Use the character width instead of the byte length. (Ralf Schandl, closes #8267, closes #8264)
diff --git a/src/version.c b/src/version.c index fb8a7ad..2dedcbf 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2893, +/**/ 2892, /**/ 2891,