commit | 6dc6703295362e0d4b81a3eceae6b0dd229b5d7e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 19 21:05:57 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 19 21:05:57 2018 +0100 |
tree | b119015ac3b11caa388ac338374741147d0beef8 | |
parent | 9d5c84a08f0574e680ef61d7e44e981bd6be741d [diff] [blame] |
patch 8.1.0610: MS-Windows ctags file list differs from Unix Problem: MS-Windows ctags file list differs from Unix. Solution: Define TAGS_FILES in the common makefile. (partly by Ken Takata)
diff --git a/src/version.c b/src/version.c index f44167a..3c194ae 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 610, +/**/ 609, /**/ 608,