commit | e7bed627c89ed80bc4b2d96f542819029adf6e76 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 03 22:20:29 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 03 22:20:29 2016 +0100 |
tree | 871244042180b0033a0e256e4c782449ac8118fa | |
parent | bf087cead956513bcd8d40d70322875c479a1984 [diff] [blame] |
patch 7.4.1252 Problem: The channel test server may receive two messages concatenated. Solution: Split the messages.
diff --git a/src/version.c b/src/version.c index f88b8cb..f4e9feb 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1252, +/**/ 1251, /**/ 1250,