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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220904203108.567B91C0CF3%40moolenaar.net.