commit | 9ac9dfa9e2b20659e5806982f027fa4fd637c3c7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 01 18:41:26 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 01 18:41:26 2017 +0200 |
tree | 42e48c9bc4c3c62c34c814580beac69c4a15d5b9 | |
parent | 2c809b7c7d2bb5e4b7fd09c3d312cadecf0c1ff0 [diff] [blame] |
patch 8.0.1032: "make tags" doesn't work well on MS-Windows Problem: "make tags" doesn't work well on MS-Windows. Solution: Add or fix tags target. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 4eff429..beb8ee7 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1032, +/**/ 1031, /**/ 1030,