diff src/version.c @ 5001:43329b2b5b79 v7.3.1245

updated for version 7.3.1245 Problem: MS-Windows: confirm() dialog text may still not fit. Solution: Use GetTextWidthEnc() instead of GetTextWidth() in two more places. (Yasuhiro Matsumoto)
author Bram Moolenaar <bram@vim.org>
date Wed, 26 Jun 2013 13:16:20 +0200
parents b4a71dbdb787
children a1b41dabc682
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1245,
+/**/
     1244,
 /**/
     1243,