commit | 4f8b8faec31a934920a723053e8dcf47b6fac08c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 06 18:42:07 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 06 18:42:07 2016 +0100 |
tree | 395264314aad30fcea00bbcd059f66d9b2e9687e | |
parent | 26dfc41335ef47fe765643148ae980be388084ec [diff] [blame] |
patch 7.4.1269 Problem: Encoding {'key':} to JSON doesn't give an error (Tyru) Solution: Give an error.
diff --git a/src/version.c b/src/version.c index d5552e0..626639a 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1269, +/**/ 1268, /**/ 1267,