commit | 03c60c1573cdbebbb662863cfc1780d19d511db5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 10 15:15:37 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 10 15:15:37 2017 +0100 |
tree | 15d54d07bbb9de9a678b8f5beabc9ed042c5d680 | |
parent | f446b48ff0bffae2b453cd4f9e3c25dfe363d29d [diff] [blame] |
patch 8.0.0166: JSON with a duplicate key gives an internal error Problem: JSON with a duplicate key gives an internal error. (Lcd) Solution: Give a normal error. Avoid an error when parsing JSON from a remote client fails.
diff --git a/src/version.c b/src/version.c index b5039a0..f5327cc 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 166, +/**/ 165, /**/ 164,