1
0
forked from aniani/vim

updated for version 7.3.1211

Problem:    MS-Windows: When 'encoding' differs from the current codepage
            ":hardcopy" does not work properly.
Solution:   Use TextOutW() and SetDlgItemTextW(). (Ken Takata)
This commit is contained in:
Bram Moolenaar
2013-06-16 16:41:47 +02:00
parent 03e114b0f2
commit 5246cd7a9b
3 changed files with 67 additions and 11 deletions

View File

@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1211,
/**/
1210,
/**/