commit | c0a1d370fa655cea9eaa74f5e605b95825dc9de1 | [log] [tgz] |
---|---|---|
author | Erik Auerswald <auerswal@unix-ag.uni-kl.de> | Fri Jan 14 11:58:48 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 14 11:58:48 2022 +0000 |
tree | 2cd3664ecb9cc8fc2f32aa23a400aadc1f21bf75 | |
parent | 3e4fa3d7d37162cd08fc0c6e83f52fd323f63eba [diff] [blame] |
patch 8.2.4088: xxd cannot output everything in one line Problem: Xxd cannot output everything in one line. Solution: Make zero columns mean infinite columns. (Erik Auerswald, closes #9524)
diff --git a/src/version.c b/src/version.c index 782a64a..b55bdda 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4088, +/**/ 4087, /**/ 4086,