commit | f38c86eb6b665d9fcd3d232820a48198eccac376 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 28 14:19:07 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 28 14:19:07 2017 +0100 |
tree | 092b1a62315ea49e9a5b2d64fb208fadb410670d | |
parent | bdb8139098d170ede2bc79dd4f62e4ed5e778d3e [diff] [blame] |
patch 8.0.1352: dead URLs in the help go unnoticed Problem: Dead URLs in the help go unnoticed. Solution: Add a script to check URLs in the help files. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 14e5083..da4ad06 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1352, +/**/ 1351, /**/ 1350,