commit | 6fc8227ebfbdfbbb48b81b679db81f421dbce79b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 19:26:43 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 19:26:43 2016 +0200 |
tree | a86b93f53fd7e9035b5293e50740d7898de250e2 | |
parent | fec246d2c595164ac3b7e9fe9677053d3739b834 [diff] [blame] |
patch 7.4.2287 Problem: The callback passed to ch_sendraw() is not used. Solution: Pass the read part, not the send part. (haya14busa, closes #1019)
diff --git a/src/version.c b/src/version.c index a18ce1e..8ed1a13 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2287, +/**/ 2286, /**/ 2285,