Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
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)
- Loading branch information
Showing
with
30 additions
and 1 deletion.
- +6 −1 src/os_unix.c
- +22 −0 src/testdir/test_terminal.vim
- +2 −0 src/version.c