commit | b6ff81188d27fae774d9ad2dfb498f596d697d4b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 27 18:41:27 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 27 18:41:27 2016 +0100 |
tree | 4a1ac0474ae713f4b141df74812532914d76dd68 | |
parent | 85b11769ab507c7df93f319fd964fa579701b76b [diff] [blame] |
patch 7.4.1434 Problem: JSON encoding doesn't hanel surrogate pair. Solution: Improve multi-byte handling of JSON. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 480fd8a..afa926f 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1434, +/**/ 1433, /**/ 1432,