summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-01-07 20:07:46 +0000
committerBram Moolenaar <Bram@vim.org>2022-01-07 20:07:46 +0000
commita4c96252b12c9ebc0ba563694c064e500d707b06 (patch)
tree8c23e57a60b46a4e44b75ef249ca810010f5531f
parente12406526a24768e6121450112eb2f9f92445ac5 (diff)
downloadvim-git-a4c96252b12c9ebc0ba563694c064e500d707b06.tar.gz
patch 8.2.4033: running filetype tests leaves directory behindv8.2.4033
Problem: Running filetype tests leaves directory behind. Solution: Delete the top directory. (closes #9483)
-rw-r--r--src/testdir/test_filetype.vim2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/testdir/test_filetype.vim b/src/testdir/test_filetype.vim
index d8a2d79f6..b86f33dfd 100644
--- a/src/testdir/test_filetype.vim
+++ b/src/testdir/test_filetype.vim
@@ -1067,7 +1067,7 @@ func Test_dep3patch_file()
call assert_notequal('dep3patch', &filetype)
bwipe!
- call delete('debian/patches', 'rf')
+ call delete('debian', 'rf')
endfunc
func Test_patch_file()
diff --git a/src/version.c b/src/version.c
index 78f1f2dec..7f01ebe9f 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 4033,
+/**/
4032,
/**/
4031,