commit | 3d64a3176c9ffe249ad4b5403a18f8364e707813 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 15 15:54:44 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 15 15:54:44 2011 +0200 |
tree | cb1e9daef3a741e84aa700ddb70ef2b51597bd9f | |
parent | 50f42cadb1a5970d3a6b83d961e66fa486df8fcb [diff] [blame] |
updated for version 7.3.250 Problem: Python: Errors in Unicode characters not handled nicely. Solution: Add the surrogateescape error handler. (lilydjwg)
diff --git a/src/version.c b/src/version.c index a138681..ffed791 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 250, +/**/ 249, /**/ 248,