commit | 375c35a63fdb91e8db2a9965f94d56ae87135fff | [log] [tgz] |
---|---|---|
author | DungSaga <dungsaga@users.noreply.github.com> | Mon Oct 18 13:16:03 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 18 13:16:03 2021 +0100 |
tree | 95ec06f0511021fd9db3aef4174d173b4ce0c7f3 | |
parent | e08aee60abc59f517d3e263fdb9ba4a0196d507c [diff] [blame] |
patch 8.2.3533: inefficient code in xxd Problem: Inefficient code in xxd. Solution: Don't use "p" when "hextype" is non-zero. (closes #9013)
diff --git a/src/version.c b/src/version.c index 53b902a..b84aef5 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3533, +/**/ 3532, /**/ 3531,