0
0
mirror of https://github.com/vim/vim.git synced 2025-10-02 05:04:20 -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:
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.