commit | 0b39ec3c7dd41852fa6f0430b3f963c59d0b50d8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 17 22:33:53 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 17 22:33:53 2020 +0200 |
tree | c53da01a53010ee68a9c4f137cccf9f5ce3d26ca | |
parent | 6fc3b59ee914a0d1710c8b037a0c592e0a7c34d4 [diff] [blame] |
patch 8.2.0786: channel test is flaky on FreeBSD Problem: Channel test is flaky on FreeBSD. Solution: Set the sockiet TCP_NODELAY option. Adjust expected line count in netbeans test. (Ozaki Kiichi, closes #6097)
diff --git a/src/version.c b/src/version.c index 232fbb0..d04f529 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 786, +/**/ 785, /**/ 784,