forked from aniani/vim
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
|
||||
|
||||
%d
|
||||
bw!
|
||||
bwipe!
|
||||
call delete('XXDfile')
|
||||
endfunc
|
||||
|
||||
" Various ways with wrong arguments that trigger the usage output.
|
||||
|
@@ -754,6 +754,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
944,
|
||||
/**/
|
||||
943,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user