1
0
forked from aniani/vim

patch 8.0.1166: :terminal doesn't work on Mac High Sierra

Problem:    :terminal doesn't work on Mac High Sierra.
Solution:   Change #ifdef for OpenPTY(). (Ozaki Kiichi, Kazunobu Kuriyama,
            closes #2162)
This commit is contained in:
Bram Moolenaar
2017-09-30 20:04:36 +02:00
parent f52c383156
commit c958b31638
2 changed files with 5 additions and 2 deletions

View File

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