commit | 4390d872b6c9498527a43fc7c30a5384f2e1db12 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 05 20:17:39 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 05 20:17:39 2023 +0000 |
tree | 4e098811c1ab01f99b600ce5b477e254b6d8e348 | |
parent | c142d6513e8d71a8f26c5ca1cb00b7b3de9b15e6 [diff] [blame] |
patch 9.0.1383: xxd: combination of little endian and cols fails Problem: xxd: combination of little endian and cols fails. (Aapo Rantalainen) Solution: Round up the space taken by the hex output. (closes #12097)
diff --git a/src/version.c b/src/version.c index 8533a08..4482a6e 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1383, +/**/ 1382, /**/ 1381,