commit | 0a11f8ce4e796e576a8008326d058de7f64fc6c8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 08 15:12:11 2011 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 08 15:12:11 2011 +0100 |
tree | 177ca7e94f95c6c0f7541831d164fb84f4a0798c | |
parent | f0b6b0cc3bc227a33beb4378308e8150f06270b2 [diff] [blame] |
updated for version 7.3.366 Problem: A tags file with an extremely long name causes errors. Solution: Ignore tags that are too long. (Arno Renevier)
diff --git a/src/version.c b/src/version.c index 3cb2195..ec69cb1 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 366, +/**/ 365, /**/ 364,