commit | c958b316386fa44116a02bfbd5859edc54a4a7e0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 30 20:04:36 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 30 20:04:36 2017 +0200 |
tree | 666aac177fe9e0933eb59b45e8c80f698eaa7f62 | |
parent | f52c38315669f85bbcf3bd74c590148bf588f6c6 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index b28cd91..f02ebe0 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1166, +/**/ 1165, /**/ 1164,