mirror of
https://github.com/vim/vim.git
synced 2025-10-03 05:14:07 -04:00
patch 8.2.0944: xxd test leaves file behind
Problem: Xxd test leaves file behind. Solution: Delete the file "XXDfile". (Christian Brabandt, closes #6228)
This commit is contained in:
@@ -208,7 +208,8 @@ func Test_xxd()
|
|||||||
" -o -offset
|
" -o -offset
|
||||||
|
|
||||||
%d
|
%d
|
||||||
bw!
|
bwipe!
|
||||||
|
call delete('XXDfile')
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
" Various ways with wrong arguments that trigger the usage output.
|
" Various ways with wrong arguments that trigger the usage output.
|
||||||
|
@@ -754,6 +754,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
944,
|
||||||
/**/
|
/**/
|
||||||
943,
|
943,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user