commit | 8b31a6ff7a0a8184ddc9997a0cc4aa5f2350b279 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 03 12:17:25 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 03 12:17:25 2018 +0200 |
tree | 7e4bf66c312a5614533fdbd05556be0d0564e139 | |
parent | 25a6e8a769aa1c0d308b5f871132961f37986d0a [diff] [blame] |
patch 8.0.1656: no option to have xxd produce upper case variable names Problem: No option to have xxd produce upper case variable names. Solution: Add the -C argument. (Matt Panaro closes #2772)
diff --git a/src/version.c b/src/version.c index 8403bf4..1c2d802 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1656, +/**/ 1655, /**/ 1654,