commit | a02b321686d9827ac806353ea8af780676da340d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 04 21:03:33 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 04 21:03:33 2016 +0100 |
tree | d1ad70e6275694aa3a1313a50f47e8bc69f6bc2d | |
parent | 681baaf4a4c81418693dcafb81421a8614832e91 [diff] [blame] |
patch 7.4.1258 Problem: The channel test can fail if messages arrive later. Solution: Add a short sleep. (Jun T.)
diff --git a/src/version.c b/src/version.c index 7192bae..dfed7c2 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1258, +/**/ 1257, /**/ 1256,