commit | f86eea9f01460e3b375ee768d4b863beb690006f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 28 13:51:30 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 28 13:51:30 2017 +0200 |
tree | a739ffa49e903a40299166b65b45ab6fe160d363 | |
parent | 1f28b4c6a30d1519a8770d16cbb874735ccced97 [diff] [blame] |
patch 8.0.0788: MS-Windows: cannot build with terminal feature Problem: MS-Windows: cannot build with terminal feature. Solution: Move set_ref_in_term(). (Ozaki Kiichi)
diff --git a/src/version.c b/src/version.c index 92c1eb4..7d06669 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 788, +/**/ 787, /**/ 786,