commit | 253b16a4abdad1df350b9ddd9a709520b063934c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 06 19:59:06 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 06 19:59:06 2020 +0200 |
tree | d25ce3c76cc4f33e8b69da98d739a3931f8747b8 | |
parent | 80361a5f2b134c88597d60b3d363b52084e712a1 [diff] [blame] |
patch 8.2.1806: MS-Windows with Python: Vim freezes after import command Problem: MS-Windows with Python: Vim freezes after import command. Solution: Use either "NUL" or "CONIN$" when reopening stdin. (Yasuhiro Matsumoto, closes #7083)
diff --git a/src/version.c b/src/version.c index b8b9917..a410167 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1806, +/**/ 1805, /**/ 1804,