To: vim_dev@googlegroups.com Subject: Patch 9.0.0381 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0381 Problem: Writefile test leaves files behind. Solution: Fix the file names of files to be deleted. (Dominique Pellé, closes #11056) Files: src/testdir/test_writefile.vim *** ../vim-9.0.0380/src/testdir/test_writefile.vim 2022-09-04 15:40:31.816188110 +0100 --- src/testdir/test_writefile.vim 2022-09-04 21:18:43.289098056 +0100 *************** *** 75,82 **** call assert_match('CONVERSION ERROR', output) let output = execute('write! ++enc=ucs-2 Xwfcfile') call assert_match('CONVERSION ERROR', output) ! call delete('Xfilz~') ! call delete('Xfily~') %bw! call delete('Xwfcfile') --- 75,82 ---- call assert_match('CONVERSION ERROR', output) let output = execute('write! ++enc=ucs-2 Xwfcfile') call assert_match('CONVERSION ERROR', output) ! call delete('Xwfcfilz~') ! call delete('Xwfcfily~') %bw! call delete('Xwfcfile') *** ../vim-9.0.0380/src/version.c 2022-09-04 21:28:15.196614785 +0100 --- src/version.c 2022-09-04 21:20:53.528996306 +0100 *************** *** 705,706 **** --- 705,708 ---- { /* Add new patch number below this line */ + /**/ + 381, /**/ -- Contrary to popular belief, it's often your clothing that gets promoted, not you. (Scott Adams - The Dilbert principle) /// 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 ///