diff options
| author | Bram Moolenaar <Bram@vim.org> | 2022-03-04 23:22:27 +0000 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2022-03-04 23:22:27 +0000 |
| commit | f78ee2b49f0b060c642764a620b4c55ab13af82e (patch) | |
| tree | 89381fe8adf5269b53696441ecb7f5442c1af07b /src/version.c | |
| parent | 24d9c0557ef52141d12ac32568967b190d247c6f (diff) | |
| download | vim-git-8.2.4507.tar.gz | |
patch 8.2.4507: test fails because of new error messagev8.2.4507
Problem: Test fails because of new error message.
Solution: Avoid the test fails.
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 12ea55670..2e22a77f8 100644 --- a/src/version.c +++ b/src/version.c @@ -755,6 +755,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4507, +/**/ 4506, /**/ 4505, |
