]> granicus.if.org Git - vim/commit
patch 8.0.1820: terminal window redirecting stdout does not show stderr v8.0.1820
authorBram Moolenaar <Bram@vim.org>
Sat, 12 May 2018 15:42:42 +0000 (17:42 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 12 May 2018 15:42:42 +0000 (17:42 +0200)
commitcd8fb449d6486a1a5a09c8c098ea3a38c19e8dc5
tree7ac4501460266357e8e294a8e3c115def9647e91
parent8c3169c58eef3e04f643fe9e045a97b81429e0cb
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)
src/os_unix.c
src/testdir/test_terminal.vim
src/version.c