commit | c6ddce3f2cf6daa3a545405373b661f8a9bccad9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 08 12:47:03 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 08 12:47:03 2019 +0100 |
tree | 080830ec75202e61d48d27e4e951dc849fe4cbfc | |
parent | 0036201a1a096913840d3df8ff08eb58eaae90a6 [diff] [blame] |
patch 8.1.0880: MS-Windows: inconsistent selection of winpty/conpty Problem: MS-Windows: inconsistent selection of winpty/conpty. Solution: Name option 'termwintype', use ++type argument and "term_pty" for term_start(). (Hirohito Higashi, closes #3915)
diff --git a/src/version.c b/src/version.c index f1205f1..1235cf0 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 880, +/**/ 879, /**/ 878,