commit | a3b494d6afa79aedce42fa4ecc7ef0dbae79e37e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 16 13:43:31 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 16 13:43:31 2021 +0100 |
tree | dfd95266a5c97a4e9fd93a40702cf28960612e04 | |
parent | e2924328c165f1fc549f91bf212c93c87bb1d9ed [diff] [blame] |
patch 8.2.2360: test leaves file behind Problem: Test leaves file behind. Solution: Delete the right file. (Dominique Pellé, closes #7689)
diff --git a/src/version.c b/src/version.c index 51f8f0b..aa86cab 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2360, +/**/ 2359, /**/ 2358,