diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-03-08 18:27:21 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-03-08 18:27:21 +0100 |
commit | f65333c9b59654a70f2a07200f65c93dfcaa49b3 (patch) | |
tree | ac14c6afd7e6ed4edaa4208668228691ebd2b69e /src/version.c | |
parent | 367aabdbf76f7df00fd18e39d9378d1360a526ab (diff) | |
download | vim-git-f65333c9b59654a70f2a07200f65c93dfcaa49b3.tar.gz |
patch 7.4.1518v7.4.1518
Problem: Channel with disconnected in/out/err is not supported.
Solution: Implement it for Unix.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 8c82f67c3..380c2242d 100644 --- a/src/version.c +++ b/src/version.c @@ -744,6 +744,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1518, +/**/ 1517, /**/ 1516, |