From: zeertzjq Date: Fri, 7 Jan 2022 20:07:46 +0000 (+0000) Subject: patch 8.2.4033: running filetype tests leaves directory behind X-Git-Tag: v8.2.4033 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4c96252b12c9ebc0ba563694c064e500d707b06;p=thirdparty%2Fvim.git 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/testdir/test_filetype.vim b/src/testdir/test_filetype.vim index d8a2d79f6e..b86f33dfd5 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 78f1f2dec7..7f01ebe9f3 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 4033, /**/ 4032, /**/