Patch 8.2.0944
Problem: Xxd test leaves file behind.
Solution: Delete the file "XXDfile". (Christian Brabandt, closes #6228)
Files: src/testdir/test_xxd.vim
*** ../vim-8.2.0943/src/testdir/test_xxd.vim 2020-05-30 20:50:21.896629450
+0200
--- src/testdir/test_xxd.vim 2020-06-10 14:19:55.326436268 +0200
***************
*** 208,214 ****
" -o -offset
%d
! bw!
endfunc
" Various ways with wrong arguments that trigger the usage output.
--- 208,215 ----
" -o -offset
%d
! bwipe!
! call delete('XXDfile')
endfunc
" Various ways with wrong arguments that trigger the usage output.
*** ../vim-8.2.0943/src/version.c 2020-06-10 14:16:30.102988393 +0200
--- src/version.c 2020-06-10 14:21:02.314250484 +0200
***************
*** 756,757 ****
--- 756,759 ----
{ /* Add new patch number below this line */
+ /**/
+ 944,
/**/
--
Overflow on /dev/null, please empty the bit bucket.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ 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/202006101221.05ACLpAZ839334%40masaka.moolenaar.net.