]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1154 v7.4.1154
authorBram Moolenaar <Bram@vim.org>
Sat, 23 Jan 2016 18:46:28 +0000 (19:46 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 23 Jan 2016 18:46:28 +0000 (19:46 +0100)
commit520e1e41f35b063ede63b41738c82d6636e78c34
tree4c6a94e4e8f3f2047b91886077d4ecb916b30401
parent6920c72d4d62c8dc5596e9f392e38204f561d7af
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.
28 files changed:
Filelist
runtime/doc/eval.txt
src/Make_bc3.mak
src/Make_bc5.mak
src/Make_cyg_ming.mak
src/Make_dice.mak
src/Make_ivc.mak
src/Make_manx.mak
src/Make_morph.mak
src/Make_mvc.mak
src/Make_sas.mak
src/Make_vms.mms
src/Makefile
src/eval.c
src/globals.h
src/if_lua.c
src/if_mzsch.c
src/if_py_both.h
src/if_ruby.c
src/json.c [new file with mode: 0644]
src/proto.h
src/proto/eval.pro
src/proto/json.pro [new file with mode: 0644]
src/structs.h
src/testdir/test_alot.vim
src/testdir/test_json.vim [new file with mode: 0644]
src/version.c
src/vim.h