commit | cd8fb449d6486a1a5a09c8c098ea3a38c19e8dc5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 12 17:42:42 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 12 17:42:42 2018 +0200 |
tree | 7ac4501460266357e8e294a8e3c115def9647e91 | |
parent | 8c3169c58eef3e04f643fe9e045a97b81429e0cb [diff] [blame] |
patch 8.0.1820: terminal window redirecting stdout does not show stderr Problem: Terminal window redirecting stdout does not show stderr. (Matéo Zanibelli) Solution: When stdout is not connected to pty_master_fd then use it for stderr. (closes #2903)
diff --git a/src/version.c b/src/version.c index a6fd36a..7d86c01 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1820, +/**/ 1819, /**/ 1818,