commit | 4fc63505d393451ad3780dc0390cb48587597aaf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 19 11:28:17 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 19 11:28:17 2017 +0200 |
tree | df1f9cfc5fb7f912ea223b7580b4a213da2401ff | |
parent | 8c0095c59a34ef74fb873036cfbf1aa90be449f3 [diff] [blame] |
patch 8.0.0731: cannot build the terminal feature on MS-Windows Problem: Cannot build the terminal feature on MS-Windows. Solution: Add the Makefile changes. (Yasuhiro Matsumoto, closes #1851)
diff --git a/src/version.c b/src/version.c index 97ef94e..9c94fe8 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 731, +/**/ 730, /**/ 729,