commit | 059b7482a2d9d4cebbf4c01b2b2ea6f1e783cc20 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 05 16:34:43 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 05 16:34:43 2017 +0100 |
tree | 48278b4312b2ba3eb17626c3be4f51c04d9ad8bb | |
parent | 2f9e575583c2ad3978ee3d0f790eeff7df56bd6c [diff] [blame] |
patch 8.0.0309: cannot use an empty key in json Problem: Cannot use an empty key in json. Solution: Allow for using an empty key.
diff --git a/src/version.c b/src/version.c index 83e3b53..dbe0dcb 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 309, +/**/ 308, /**/ 307,