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:
committed by
Bram Moolenaar
parent
b376aa2da4
commit
a5d4f3b09d
@@ -757,6 +757,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3496,
|
||||
/**/
|
||||
3495,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user