changeset 20784:d7d6993fc266 v8.2.0944

patch 8.2.0944: xxd test leaves file behind Commit: https://github.com/vim/vim/commit/253ea9fa42278faa064f2590a5c0de46dc903a17 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 10 14:21:20 2020 +0200 patch 8.2.0944: xxd test leaves file behind Problem: Xxd test leaves file behind. Solution: Delete the file "XXDfile". (Christian Brabandt, closes https://github.com/vim/vim/issues/6228)
author Bram Moolenaar <Bram@vim.org>
date Wed, 10 Jun 2020 14:30:05 +0200
parents 9e726ca76ff9
children 919ff930619d
files src/testdir/test_xxd.vim src/version.c
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_xxd.vim
+++ b/src/testdir/test_xxd.vim
@@ -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.
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    944,
+/**/
     943,
 /**/
     942,