comparison src/version.c @ 25925:8b34c216a523 v8.2.3496

patch 8.2.3496: crypt test fails if xxd was not installed yet Commit: https://github.com/vim/vim/commit/a5d4f3b09d25006f7bc988d618152bd34177a579 Author: James McCoy <jamessan@jamessan.com> Date: Mon Oct 11 16:27:03 2021 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Mon, 11 Oct 2021 17:30:04 +0200
parents 70d1339c0fa0
children 2e82629dbd90
comparison
equal deleted inserted replaced
25924:e65b6cacc437 25925:8b34c216a523
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 3496,
760 /**/ 762 /**/
761 3495, 763 3495,
762 /**/ 764 /**/
763 3494, 765 3494,
764 /**/ 766 /**/