commit | 8c0095c59a34ef74fb873036cfbf1aa90be449f3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 18 22:53:21 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 18 22:53:21 2017 +0200 |
tree | 716c10809f17655635d2ab0022a0e3a714847fb9 | |
parent | 8008b6318dbd68b2c2c8cf08280768489a8f0114 [diff] [blame] |
patch 8.0.0730: terminal feature only supports Unix-like systems Problem: Terminal feature only supports Unix-like systems. Solution: Prepare for adding an MS-Windows implementaiton.
diff --git a/src/version.c b/src/version.c index 426daac..97ef94e 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 730, +/**/ 729, /**/ 728,