commit | 520e1e41f35b063ede63b41738c82d6636e78c34 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 23 19:46:28 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 23 19:46:28 2016 +0100 |
tree | 4c6a94e4e8f3f2047b91886077d4ecb916b30401 | |
parent | 6920c72d4d62c8dc5596e9f392e38204f561d7af [diff] [blame] |
patch 7.4.1154 Problem: No support for JSON. Solution: Add jsonencode() and jsondecode(). Also add v:false, v:true, v:null and v:none.
diff --git a/src/version.c b/src/version.c index c964b3c..85410e3 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1154, +/**/ 1153, /**/ 1152,