]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1238 v7.4.1238
authorBram Moolenaar <Bram@vim.org>
Tue, 2 Feb 2016 17:20:08 +0000 (18:20 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 2 Feb 2016 17:20:08 +0000 (18:20 +0100)
commit56ead341a75e1a0395eee94a3280c67e2278a57e
tree52c81e0242666bf75c227a392473bf5ea26cf6dd
parentd9ea9069f5ef5b8b9f9e0d0daecdd124e2dcd818
patch 7.4.1238
Problem:    Can't handle two messages right after each other.
Solution:   Find the end of the JSON.  Read more when incomplete.  Add a C
            test for the JSON decoding.
src/Makefile
src/channel.c
src/eval.c
src/json.c
src/json_test.c [new file with mode: 0644]
src/memfile_test.c
src/proto/json.pro
src/structs.h
src/version.c