commit | 8f84c3a8666cea04484ec93fa05386bf33f93f5a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 22 16:14:44 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 22 16:14:44 2017 +0200 |
tree | e1447dddb24427816eb179f8d74931a44ad68837 | |
parent | 5f7e7bdcf865df67099c59013775d14c85358300 [diff] [blame] |
patch 8.0.0742: terminal feature does not work on MS-Windows Problem: Terminal feature does not work on MS-Windows. Solution: Use libvterm and libwinpty on MS-Windows. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 8ef9b5d..b678ed9 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 742, +/**/ 741, /**/ 740,