commit | 715d285d79a1d97928dd717278e25e6de45d1496 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 30 17:06:31 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 30 17:06:31 2016 +0200 |
tree | 307457a0725a280b2d74ddfc0092a85452810091 | |
parent | 868cfc19bb079a16ca58884b551486566f35419b [diff] [blame] |
patch 7.4.1810 Problem: Sending DETACH after a channel was closed isn't useful. Solution: Only add DETACH for a netbeans channel.
diff --git a/src/version.c b/src/version.c index 59673b5..28308a6 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1810, +/**/ 1809, /**/ 1808,