]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1430 v7.4.1430
authorBram Moolenaar <Bram@vim.org>
Sat, 27 Feb 2016 15:33:22 +0000 (16:33 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 27 Feb 2016 15:33:22 +0000 (16:33 +0100)
commit7ce686c990ea8c490d16be7f1c6bd95eb48816f9
tree6b507613c77479f9e5a94600bc2a332d657ee363
parentd804fdf4c25435284333258856bc265f1ff10b09
patch 7.4.1430
Problem:    When encoding JSON, turning NaN and Infinity into null without
            giving an error is not useful.
Solution:   Pass NaN and Infinity on.  If the receiver can't handle them it
            will generate the error.
runtime/doc/eval.txt
src/json.c
src/testdir/test_json.vim
src/version.c