]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1166 v7.4.1166
authorBram Moolenaar <Bram@vim.org>
Sun, 24 Jan 2016 15:49:11 +0000 (16:49 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 24 Jan 2016 15:49:11 +0000 (16:49 +0100)
commitfcaaae6b3fdbf3421a1ff95a25ae16d82381c39a
tree897597dbdd77dc91e87b5831a4b5e111adfc75ae
parent938ee834d345062cd94f8fdfd54fad0019432a83
patch 7.4.1166
Problem:    Can't encode a Funcref into JSON.  jsonencode() doesn't handle the
            same list or dict twice properly.  (Nikolay Pavlov)
Solution:   Give an error.  Reset copyID when the list or dict is finished.
src/json.c
src/proto/json.pro
src/testdir/test_json.vim
src/version.c