commit | c6ed254d9fda0ff54cdedce5597ff3e0d0218d18 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 10 23:26:28 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 10 23:26:28 2020 +0200 |
tree | b57574dea129dce570dc8c9806639801d9400deb | |
parent | bd6428b9e79ed85b54ea7eaa11871fa09d63ab6f [diff] [blame] |
patch 8.2.1830: MS-Windows: Python3 issue with stdin Problem: MS-Windows: Python3 issue with stdin. Solution: Check if stdin is readable. (Ken Takata, closes #7106)
diff --git a/src/version.c b/src/version.c index 388932f..2577c14 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1830, +/**/ 1829, /**/ 1828,