commit | 85be35f33ea848b50e84d57321a45ebfedfad669 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 27 21:08:18 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 27 21:08:18 2016 +0100 |
tree | 4050b6acf9cc67bb16118cd680ae7a482bf83701 | |
parent | 4a1314cb9c1847dc32ceeb3eebeae123ef10b16e [diff] [blame] |
patch 7.4.1187 Problem: MS-Windows channel code only supports one channel. Doesn't build without netbeans support. Solution: Get the channel index from the socket in the message. Closes #600.
diff --git a/src/version.c b/src/version.c index 487dfd9..5a8a39c 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1187, +/**/ 1186, /**/ 1185,