diff src/version.c @ 28670:239bd331e0a9 v8.2.4859

patch 8.2.4859: wget2 files are not recognized Commit: https://github.com/vim/vim/commit/3a974a89331182139e12386275f052a50c247ecb Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 2 23:51:13 2022 +0100 patch 8.2.4859: wget2 files are not recognized Problem: wget2 files are not recognized. Solution: Add patterns to recognize wget2. (Doug Kearns)
author Bram Moolenaar <Bram@vim.org>
date Tue, 03 May 2022 01:00:03 +0200
parents 53c608c7ea9e
children e4de5b5193b4
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4859,
+/**/
     4858,
 /**/
     4857,