diff options
| author | Bram Moolenaar <Bram@vim.org> | 2021-09-26 22:11:52 +0100 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2021-09-26 22:11:52 +0100 |
| commit | be01090efad242e30728275dea05420db6f96257 (patch) | |
| tree | cc3b06035bb60e8b2d83fdc61a8db8c9ce203fc8 /src/version.c | |
| parent | b16ff292ad5f07ed5a7e36a2236b2f82c943c982 (diff) | |
| download | vim-git-8.2.3458.tar.gz | |
patch 8.2.3458: not all dictdconf files are recognizedv8.2.3458
Problem: Not all dictdconf files are recognized.
Solution: Adjust the pattern. (Doug Kearns)
Diffstat (limited to 'src/version.c')
| -rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 0046bbd95..54e5c6091 100644 --- a/src/version.c +++ b/src/version.c @@ -758,6 +758,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3458, +/**/ 3457, /**/ 3456, |
