1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2018-05-12 17:42:42 +02:00
parent 8c3169c58e
commit cd8fb449d6
3 changed files with 30 additions and 1 deletions

View File

@@ -761,6 +761,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1820,
/**/
1819,
/**/