]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0732: xxd: cannot use -b and -i together v9.1.0732
authorAndre Chang <andre@augmentcode.com>
Sun, 15 Sep 2024 18:03:05 +0000 (20:03 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 15 Sep 2024 18:03:05 +0000 (20:03 +0200)
commit150227258d3f44b91cf21f527e4778f6cc38b160
tree8a849cfe4484b3d571082861dcc3b469e9a4d925
parent5e95c8f637ac8de625270fc2d371f4ebe304fac8
patch 9.1.0732: xxd: cannot use -b and -i together

Problem:  xxd: cannot use -b and -i together
          (Irgendwer)
Solution: implement the missing changes
          (Andre Chang)

fixes: #15362
closes: #15661

Signed-off-by: Andre Chang <andre@augmentcode.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/xxd.1
runtime/doc/xxd.man
src/testdir/test_xxd.vim
src/version.c
src/xxd/xxd.c