1
0
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:
Bram Moolenaar
2020-06-10 14:21:20 +02:00
parent 32ee627750
commit 253ea9fa42
2 changed files with 4 additions and 1 deletions

View File

@@ -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.

View File

@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
944,
/**/
943,
/**/