diff src/version.c @ 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 c4bce986c31a
children 90b96fa35e4b
line wrap: on
line diff
--- 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,