commit | 254e00d71429aa4e71b93d3e8c6bb93bfebe4f26 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 19 23:23:12 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 19 23:23:12 2016 +0100 |
tree | cadab6f4d4f23979595c6ac75040118d943baced | |
parent | 0ba75a9714884895b2ac09733158c47544a8dfb9 [diff] [blame] |
patch 7.4.1361 Problem: Channel test fails on Solaris. Solution: Use the 1 msec waittime for all systems.
diff --git a/src/version.c b/src/version.c index 916c52c..b887dac 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1361, +/**/ 1360, /**/ 1359,