commit | 19d2f1589850d7db1ce77efec052929246f156e2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 01 21:38:19 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 01 21:38:19 2016 +0100 |
tree | be47c6956bd31ba45624e931806243090194b22f | |
parent | ca568aeec60dd6cc13b4dcf5cec0e0a07113547f [diff] [blame] |
patch 7.4.1231 Problem: JSON messages are not parsed properly. Solution: Queue received messages.
diff --git a/src/version.c b/src/version.c index 61d122c..911b20e 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1231, +/**/ 1230, /**/ 1229,