]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0309: cannot use an empty key in json v8.0.0309
authorBram Moolenaar <Bram@vim.org>
Sun, 5 Feb 2017 15:34:43 +0000 (16:34 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 Feb 2017 15:34:43 +0000 (16:34 +0100)
commit059b7482a2d9d4cebbf4c01b2b2ea6f1e783cc20
tree48278b4312b2ba3eb17626c3be4f51c04d9ad8bb
parent2f9e575583c2ad3978ee3d0f790eeff7df56bd6c
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.
src/json.c
src/testdir/test_json.vim
src/version.c