commit | 253ea9fa42278faa064f2590a5c0de46dc903a17 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 10 14:21:20 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 10 14:21:20 2020 +0200 |
tree | f9bf627098f1facbcc3dd7792ab5437b3ade578f | |
parent | 32ee627750e8b7b3fa6516b893e72f6e6af54710 [diff] [blame] |
patch 8.2.0944: xxd test leaves file behind Problem: Xxd test leaves file behind. Solution: Delete the file "XXDfile". (Christian Brabandt, closes #6228)
diff --git a/src/version.c b/src/version.c index 251a0aa..e084817 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 944, +/**/ 943, /**/ 942,