commit | a4c96252b12c9ebc0ba563694c064e500d707b06 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Fri Jan 07 20:07:46 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 07 20:07:46 2022 +0000 |
tree | 8c23e57a60b46a4e44b75ef249ca810010f5531f | |
parent | e12406526a24768e6121450112eb2f9f92445ac5 [diff] [blame] |
patch 8.2.4033: running filetype tests leaves directory behind Problem: Running filetype tests leaves directory behind. Solution: Delete the top directory. (closes #9483)
diff --git a/src/version.c b/src/version.c index 78f1f2d..7f01ebe 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4033, +/**/ 4032, /**/ 4031,