commit | 1712518f4808eb0bb59c8895aa0c17c3f04572a7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 30 21:57:50 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 30 21:57:50 2022 +0100 |
tree | b5f559c95fee04d4db6e26f9416f49c8f946701f | |
parent | c0ceeeb839b8c6bebd3a2abd1c07d40ec3c6edca [diff] [blame] |
patch 8.2.4651: test fails because path differs Problem: Test fails because path differs. Solution: Only compare the tail of the path.
diff --git a/src/version.c b/src/version.c index 42be6e7..fdc4ae3 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4651, +/**/ 4650, /**/ 4649,