diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3496,
+/**/
     3495,
 /**/
     3494,