commit | 595e64e259faefb330866852e1b9f6168544572a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 07 19:19:53 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 07 19:19:53 2016 +0100 |
tree | 87986bc108647e7c597195cea325ca130db69a40 | |
parent | 55fab439a6f3bba6dbe780ac034b84d5822a1a96 [diff] [blame] |
patch 7.4.1279 Problem: jsonencode() is not producing strict JSON. Solution: Add jsencode() and jsdecode(). Make jsonencode() and jsondecode() strict.
diff --git a/src/version.c b/src/version.c index 00b7176..221d0a0 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1279, +/**/ 1278, /**/ 1277,