]> granicus.if.org Git - vim/commit
patch 8.0.0171: JS style JSON does not support single quotes v8.0.0171
authorBram Moolenaar <Bram@vim.org>
Wed, 11 Jan 2017 20:50:08 +0000 (21:50 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 11 Jan 2017 20:50:08 +0000 (21:50 +0100)
commitee142add229cbcd58bc76d59f23e02517df14379
tree5b6252210596b5a331e00ab4a89ea5017fc07a37
parente32abbe42c921c5e521420417abe5bc301e540b3
patch 8.0.0171: JS style JSON does not support single quotes

Problem:    JS style JSON does not support single quotes.
Solution:   Allow for single quotes. (Yasuhiro Matsumoto, closes #1371)
runtime/doc/eval.txt
src/json.c
src/json_test.c
src/testdir/test_json.vim
src/version.c