diff src/version.c @ 2955:f909f4f0f38c v7.3.250

updated for version 7.3.250 Problem: Python: Errors in Unicode characters not handled nicely. Solution: Add the surrogateescape error handler. (lilydjwg)
author Bram Moolenaar <bram@vim.org>
date Fri, 15 Jul 2011 15:54:44 +0200
parents 9f71f5a526af
children fe6ad3fd8532
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -710,6 +710,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    250,
+/**/
     249,
 /**/
     248,