commit | 56b8dc331dc7f499c8221ed7d1c7795ad5e3bdeb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 06 21:47:11 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 06 21:47:11 2020 +0200 |
tree | 4616d00af44448ab701d07504c24d14c1190ae75 | |
parent | 3d945cc925dddb99a1ee86ec194b5b95221c72d7 [diff] [blame] |
patch 8.2.1381: MS-Windows: crash with Python 3.5 when stdin is redirected Problem: MS-Windows: crash with Python 3.5 when stdin is redirected. Solution: Reconnect stdin. (Yasuhiro Matsumoto, Ken Takata, closes #6641)
diff --git a/src/version.c b/src/version.c index 3b5fedc..3d7c5b1 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1381, +/**/ 1380, /**/ 1379,