commit | c25558bff4ed10d2642e6f5c016701641c494916 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 03 21:02:23 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 03 21:02:23 2016 +0100 |
tree | 8ddf1725387cda32c9acc707e09c0ec0debb5f4e | |
parent | d6547fc6471d9084f942bdc4ae3aedb39361751d [diff] [blame] |
patch 7.4.1484 Problem: Channel "err-io" value "out" is not supported. Solution: Connect stderr to stdout if wanted.
diff --git a/src/version.c b/src/version.c index 88f298e..512d856 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1484, +/**/ 1483, /**/ 1482,