To: vim_dev@googlegroups.com Subject: Patch 8.2.4033 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.4033 Problem: Running filetype tests leaves directory behind. Solution: Delete the top directory. (closes #9483) Files: src/testdir/test_filetype.vim *** ../vim-8.2.4032/src/testdir/test_filetype.vim 2022-01-05 20:56:34.633480269 +0000 --- src/testdir/test_filetype.vim 2022-01-07 20:04:25.615984429 +0000 *************** *** 1067,1073 **** call assert_notequal('dep3patch', &filetype) bwipe! ! call delete('debian/patches', 'rf') endfunc func Test_patch_file() --- 1067,1073 ---- call assert_notequal('dep3patch', &filetype) bwipe! ! call delete('debian', 'rf') endfunc func Test_patch_file() *** ../vim-8.2.4032/src/version.c 2022-01-07 20:01:04.060733978 +0000 --- src/version.c 2022-01-07 20:06:42.235539222 +0000 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 4033, /**/ -- Emacs is a nice OS - but it lacks a good text editor. That's why I am using Vim. --Anonymous /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///