commit | a4c81bea38d1f3e372a4191ab0bd7d664cba1428 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 17 15:23:16 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 17 15:23:16 2021 +0100 |
tree | 642293ef765f3afd84844b2704bcbfa0bd3e287a | |
parent | c970e4225b68ff8650ff23df09e04246c147fca3 [diff] [blame] |
patch 8.2.2615: test is sourcing the wrong file Problem: Test is sourcing the wrong file. Solution: Correct the file name.
diff --git a/src/version.c b/src/version.c index 49eed32..425dfaa 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2615, +/**/ 2614, /**/ 2613,