commit | a83e3962ac0e4bbfef15a072ad9a7390fc255409 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 17 14:39:07 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 17 14:39:07 2017 +0200 |
tree | 0593f07a82ffacfeba89d968264eac5c5adf7e2c | |
parent | 84ed4ad08486f85948d4fe10a47aa2e312699eb9 [diff] [blame] |
patch 8.0.0952: has('terminal') does not check existence of dll file Problem: MS-Windows: has('terminal') does not check existence of dll file. Solution: Check if the winpty dll file can be loaded. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 5abfd17..545204c 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 952, +/**/ 951, /**/ 950,