We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7e974 commit 2fdd7f1Copy full SHA for 2fdd7f1
src/gui_w32.c
@@ -3216,7 +3216,7 @@ gui_mch_dialog(
3216
if (l == 1 && vim_iswhite(*pend)
3217
&& textWidth > maxDialogWidth * 3 / 4)
3218
last_white = pend;
3219
- textWidth += GetTextWidth(hdc, pend, l);
+ textWidth += GetTextWidthEnc(hdc, pend, l);
3220
if (textWidth >= maxDialogWidth)
3221
{
3222
/* Line will wrap. */
src/version.c
@@ -728,6 +728,8 @@ static char *(features[]) =
728
729
static int included_patches[] =
730
{ /* Add new patch number below this line */
731
+/**/
732
+ 1244,
733
/**/
734
1243,
735
0 commit comments