commit | ac8069bb63c5954c787fe93b7a9265de3c0c6853 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 14 20:24:19 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 14 20:24:19 2017 +0200 |
tree | e1df804d9eb88fccb3f60818e3cb6b290fb4d752 | |
parent | 6199d43f4b59a9bb1c87d408c5b33fa19a23ebcd [diff] [blame] |
patch 8.0.1192: MS-Windows: terminal feature not enabled by default Problem: MS-Windows: terminal feature not enabled by default. Solution: Enable it. (Ken Takata)
diff --git a/src/version.c b/src/version.c index a119dc8..d16baeb 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1192, +/**/ 1191, /**/ 1190,