commit | 647ab4cede4dbf412d24748f8e0a64d1cb9239f4 | [log] [tgz] |
---|---|---|
author | James McCoy <jamessan@jamessan.com> | Fri Dec 17 20:52:57 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 17 20:52:57 2021 +0000 |
tree | 0c2968d46f26a02dbf2f8aaba7c50cea26b1f614 | |
parent | 422085f1c87cb6bea879158b8b05c4a5cf7ab48b [diff] [blame] |
patch 8.2.3843: dep3patch files are not recognized Problem: Dep3patch files are not recognized. Solution: Recognize dep3patch files by their location and content. (James McCoy, closes #9367)
diff --git a/src/version.c b/src/version.c index d90560f..0e2a229 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3843, +/**/ 3842, /**/ 3841,