1
0
forked from aniani/vim

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)
This commit is contained in:
DungSaga
2021-10-18 13:16:03 +01:00
committed by Bram Moolenaar
parent e08aee60ab
commit 375c35a63f
2 changed files with 8 additions and 11 deletions

View File

@@ -757,6 +757,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3533,
/**/
3532,
/**/