commit | 786e05beb5bf4a50cffacd0968f1409aa6af3c6b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 14 13:46:05 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 14 13:46:05 2021 +0000 |
tree | df30c3f7df9a18ab44b64f55adaa2ac1ff9a240b | |
parent | 7f13b24ab6aca808262e68680d8fe5f082670ebd [diff] [blame] |
patch 8.2.3594: xxd code is a bit difficult to understand Problem: Xxd code is a bit difficult to understand. Solution: Move some lines to a separate function. (closes #9037)
diff --git a/src/version.c b/src/version.c index 1664f21..0374843 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3594, +/**/ 3593, /**/ 3592,