commit | 83e11800cc3775de3135ac7d823137c8c1e87fa1 | [log] [tgz] |
---|---|---|
author | David Gow <david@ingeniumdigital.com> | Wed Jun 29 20:24:49 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 29 20:24:49 2022 +0100 |
tree | 7e872e40643daa49a14fdea466d187d5145ebdb5 | |
parent | 84f546363068e4ddfe14a8a2a2322bb8d3a25417 [diff] [blame] |
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 #10599)
diff --git a/src/version.c b/src/version.c index e625505..ea1cc16 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 8, +/**/ 7, /**/ 6,