1
0
forked from aniani/vim

patch 8.0.1619: Win32 GUI: crash when winpty is not installed

Problem:    Win32 GUI: crash when winpty is not installed and trying to use
            :shell in a terminal window.
Solution:   Check for NULL return form term_start(). (Yasuhiro Matsumoto,
            closes #2727)
This commit is contained in:
Bram Moolenaar
2018-03-20 11:41:44 +01:00
parent ecadf4377f
commit 81c3c89a28
2 changed files with 4 additions and 0 deletions

View File

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