commit | 1e44968780bb6ddb48bf22dc629a579c4035d5b3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 28 14:59:59 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 28 14:59:59 2019 +0200 |
tree | af7b16ca55d8bf2dac6e38d14661d9e2f0ad33f6 | |
parent | f720d0a77e393990b2171a77210565bdc82064f2 [diff] [blame] |
patch 8.1.1225: cannot create a pty to use with :terminal on FreeBSD Problem: Cannot create a pty to use with :terminal on FreeBSD. Solution: Add support for posix_openpt(). (Ozaki Kiichi, closes #4306, closes #4289)
diff --git a/src/version.c b/src/version.c index ae93dc3..7c42d18 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1225, +/**/ 1224, /**/ 1223,