commit | 5be8dd087f36affa492ef6049fa813b376210543 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 03 20:52:19 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 03 20:52:19 2017 +0200 |
tree | a567972a40aa5ab7f8b99f17d9c21d2b4ecd5b07 | |
parent | e9c21aed6233185e7fbe1b462a0571c0e460a5a9 [diff] [blame] |
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 #1929)
diff --git a/src/version.c b/src/version.c index 25750b5..bf30da6 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 855, +/**/ 854, /**/ 853,