commit | df5b27b20ec023274fb0f5347973d5abcde7ddd6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 02 18:43:17 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 02 18:43:17 2016 +0100 |
tree | 60ffd7eab3c167efce4c9fd639ff1c7324d6f7ef | |
parent | 56ead341a75e1a0395eee94a3280c67e2278a57e [diff] [blame] |
patch 7.4.1239 Problem: JSON message after the first one is dropped. Solution: Put remainder of message back in the queue.
diff --git a/src/version.c b/src/version.c index 8fabfc9..1caaff1 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1239, +/**/ 1238, /**/ 1237,