diff src/version.c @ 29330:948c947cb1ed v9.0.0008

patch 9.0.0008: cannot specify the variable name for "xxd -i" Commit: https://github.com/vim/vim/commit/83e11800cc3775de3135ac7d823137c8c1e87fa1 Author: David Gow <david@ingeniumdigital.com> Date: Wed Jun 29 20:24:49 2022 +0100 patch 9.0.0008: cannot specify the variable name for "xxd -i" Problem: Cannot specify the variable name for "xxd -i". Solution: Add the "-name" argument. (David Gow, closes https://github.com/vim/vim/issues/10599)
author Bram Moolenaar <Bram@vim.org>
date Wed, 29 Jun 2022 21:30:03 +0200
parents 60977de70684
children a538982f74ea
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -736,6 +736,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    8,
+/**/
     7,
 /**/
     6,