commit | 5246cd7a9bb514fd5c44f8deaf0b3ed889e1602f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 16 16:41:47 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 16 16:41:47 2013 +0200 |
tree | ed994eac1c64a83deeade87311a727eade094230 | |
parent | 03e114b0f2c994d58cd744f9be1b498245bd8c08 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index abcd2d8..6492078 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1211, +/**/ 1210, /**/ 1209,