comparison src/version.c @ 13898:ea0e6c71ba51 v8.0.1820

patch 8.0.1820: terminal window redirecting stdout does not show stderr commit https://github.com/vim/vim/commit/cd8fb449d6486a1a5a09c8c098ea3a38c19e8dc5 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 12 17:42:42 2018 +0200 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)
author Christian Brabandt <cb@256bit.org>
date Sat, 12 May 2018 17:45:05 +0200
parents 4d5a1ada407e
children f71ed35527eb
comparison
equal deleted inserted replaced
13897:d74b3df1aea3 13898:ea0e6c71ba51
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 1820,
764 /**/ 766 /**/
765 1819, 767 1819,
766 /**/ 768 /**/
767 1818, 769 1818,
768 /**/ 770 /**/