commit | 3a974a89331182139e12386275f052a50c247ecb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 02 23:51:13 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 02 23:51:13 2022 +0100 |
tree | a67b6fc7fabc6bed1273c200aa12c69d95e1f1f0 | |
parent | db08887f24d20be11d184ce321bc0890613e42bd [diff] [blame] |
patch 8.2.4859: wget2 files are not recognized Problem: wget2 files are not recognized. Solution: Add patterns to recognize wget2. (Doug Kearns)
diff --git a/src/version.c b/src/version.c index 511e3d3..5cbdf3f 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4859, +/**/ 4858, /**/ 4857,