commit | d9ef1b8d77f304c83241f807c17ffa26c9033778 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 13 19:23:10 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 13 19:23:10 2019 +0100 |
tree | 6ee2529331b75406746e699dc7af020e00ecdf7b | |
parent | 9403a2168db82b7de80f792984084bb3f00e2263 [diff] [blame] |
patch 8.1.0909: MS-Windows: using ConPTY even though it is not stable Problem: MS-Windows: using ConPTY even though it is not stable. Solution: When ConPTY version is unstable, prefer using winpty. (Ken Takata, closes #3949)
diff --git a/src/version.c b/src/version.c index a6d7add..bc4ae27 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 909, +/**/ 908, /**/ 907,