1
0
forked from aniani/vim

patch 8.2.3496: crypt test fails if xxd was not installed yet

Problem:    Crypt test fails on MS-Windows if xxd was not installed yet.
Solution:   Use the just built xxd executable if it exists. (James McCoy,
            closes #8929)
This commit is contained in:
James McCoy
2021-10-11 16:27:03 +01:00
committed by Bram Moolenaar
parent b376aa2da4
commit a5d4f3b09d
2 changed files with 13 additions and 1 deletions

View File

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