commit | 0874a83e9be1b39fdb217f02b427bf1d6133a4d8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 01 15:11:51 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 01 15:11:51 2016 +0200 |
tree | 7d949e2638d0fd36cf55cb2edfa70cba9638de3f | |
parent | d8b554904d18fe19bd9fa79dbda880845cb017d2 [diff] [blame] |
patch 7.4.2298 Problem: It is not possible to close the "in" part of a channel. Solution: Add ch_close_in().
diff --git a/src/version.c b/src/version.c index 3162f33..87e401b 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2298, +/**/ 2297, /**/ 2296,