commit | be01090efad242e30728275dea05420db6f96257 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 26 22:11:52 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 26 22:11:52 2021 +0100 |
tree | cc3b06035bb60e8b2d83fdc61a8db8c9ce203fc8 | |
parent | b16ff292ad5f07ed5a7e36a2236b2f82c943c982 [diff] [blame] |
patch 8.2.3458: not all dictdconf files are recognized Problem: Not all dictdconf files are recognized. Solution: Adjust the pattern. (Doug Kearns)
diff --git a/src/version.c b/src/version.c index 0046bbd..54e5c60 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3458, +/**/ 3457, /**/ 3456,