comparison src/version.c @ 11951:e8b1ef40324a v8.0.0855

patch 8.0.0855: MS-Windows: can't get tty name of terminal commit https://github.com/vim/vim/commit/5be8dd087f36affa492ef6049fa813b376210543 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 3 20:52:19 2017 +0200 patch 8.0.0855: MS-Windows: can't get tty name of terminal Problem: MS-Windows: can't get tty name of terminal. Solution: Use the winpty process number. (Yasuhiro Matsumoto, closes https://github.com/vim/vim/issues/1929)
author Christian Brabandt <cb@256bit.org>
date Thu, 03 Aug 2017 21:00:04 +0200
parents 74e45c11b754
children fd714bb0ae24
comparison
equal deleted inserted replaced
11950:8729bfabc668 11951:e8b1ef40324a
767 NULL 767 NULL
768 }; 768 };
769 769
770 static int included_patches[] = 770 static int included_patches[] =
771 { /* Add new patch number below this line */ 771 { /* Add new patch number below this line */
772 /**/
773 855,
772 /**/ 774 /**/
773 854, 775 854,
774 /**/ 776 /**/
775 853, 777 853,
776 /**/ 778 /**/