comparison src/version.c @ 4932:1cf02fbe6281 v7.3.1211

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)
author Bram Moolenaar <bram@vim.org>
date Sun, 16 Jun 2013 16:41:47 +0200
parents 7155782d94fb
children 81e623ff2e55
comparison
equal deleted inserted replaced
4931:ea297dbcc864 4932:1cf02fbe6281
726 NULL 726 NULL
727 }; 727 };
728 728
729 static int included_patches[] = 729 static int included_patches[] =
730 { /* Add new patch number below this line */ 730 { /* Add new patch number below this line */
731 /**/
732 1211,
731 /**/ 733 /**/
732 1210, 734 1210,
733 /**/ 735 /**/
734 1209, 736 1209,
735 /**/ 737 /**/