commit | c611941c606328740b6e9acc1191a5d97ace13e2 | [log] [tgz] |
---|---|---|
author | rbtnn <naru123456789@gmail.com> | Sat Aug 07 13:08:45 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 07 13:08:45 2021 +0200 |
tree | da4100cd18cc0f7ccf1ee44141edd32055a0d3f2 | |
parent | 3276f5846f7ad61f55175959ac21c1b4cf595352 [diff] [blame] |
patch 8.2.3304: popup window title with wide characters is truncated Problem: Popup window title with wide characters is truncated. Solution: Use vim_strsize() instead of MB_CHARLEN(). (Naruhiko Nishino, closes #8721)
diff --git a/src/version.c b/src/version.c index fedc23b..206234d 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3304, +/**/ 3303, /**/ 3302,