commit | 56ead341a75e1a0395eee94a3280c67e2278a57e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 02 18:20:08 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 02 18:20:08 2016 +0100 |
tree | 52c81e0242666bf75c227a392473bf5ea26cf6dd | |
parent | d9ea9069f5ef5b8b9f9e0d0daecdd124e2dcd818 [diff] [blame] |
patch 7.4.1238 Problem: Can't handle two messages right after each other. Solution: Find the end of the JSON. Read more when incomplete. Add a C test for the JSON decoding.
diff --git a/src/version.c b/src/version.c index 53949e6..8fabfc9 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1238, +/**/ 1237, /**/ 1236,