1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2020-10-06 19:59:06 +02:00
parent 80361a5f2b
commit 253b16a4ab
2 changed files with 11 additions and 6 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1806,
/**/
1805,
/**/