commit | ba61ac0d61f46de7d29c64bb0de6d25c2e378be0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 20 16:40:37 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 20 16:40:37 2016 +0100 |
tree | 73b207b09bb0d57e5a9cf4f80cd514fbace293fd | |
parent | ac74d5e86cd16b42e81ba48f58f3d45c72758248 [diff] [blame] |
patch 7.4.1617 Problem: When a JSON message is split it isn't decoded. Solution: Wait a short time for the rest of the message to arrive.
diff --git a/src/version.c b/src/version.c index c914ec4..491ded3 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1617, +/**/ 1616, /**/ 1615,