commit | dd74ab9b464f3d1a5f6f6395469b76f8e0e6dccd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 26 19:20:26 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 26 19:20:26 2016 +0200 |
tree | 2bb3dc692ebe8edf6d8b71d57179fed32dbdd726 | |
parent | 4d6f32cbfbaf324ac4a25c0206a5db0e9f7a48f7 [diff] [blame] |
patch 7.4.2260 Problem: Channel test is flaky. Solution: Add a newline to separate JSON messages.
diff --git a/src/version.c b/src/version.c index c2b6698..f29263b 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2260, +/**/ 2259, /**/ 2258,