commit | 53076830fea6df737455523f7e235bfe4f79864d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 31 19:53:21 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 31 19:53:21 2015 +0100 |
tree | 7b093e6e84e19087f2d7b705df748fd72585b360 | |
parent | e7fedb6ebe72d9a475aa65109b77d5ed4667067a [diff] [blame] |
patch 7.4.1009 Problem: There are still #ifdefs for ARCHIE. Solution: Remove references to ARCHIE, the code was removed in Vim 5.
diff --git a/src/version.c b/src/version.c index f074fb3..6159942 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1009, +/**/ 1008, /**/ 1007,