commit | a5d4f3b09d25006f7bc988d618152bd34177a579 | [log] [tgz] |
---|---|---|
author | James McCoy <jamessan@jamessan.com> | Mon Oct 11 16:27:03 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 11 16:27:03 2021 +0100 |
tree | 8fa3cca47d44571b8bb8e5c1e1fe9a0db073e84c | |
parent | b376aa2da4211fee7eaf16450bb8b37674e45bb0 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 2ef2946..8a97806 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3496, +/**/ 3495, /**/ 3494,