diff src/version.c @ 25929:51a1ff50bd24 v8.2.3498

patch 8.2.3498: recover test may fail on some systems Commit: https://github.com/vim/vim/commit/37f341d7236ff8a1e886bbb0f0ba0700ad589373 Author: James McCoy <jamessan@jamessan.com> Date: Mon Oct 11 21:04:37 2021 +0100 patch 8.2.3498: recover test may fail on some systems Problem: Recover test may fail on some systems. Solution: Adjust the little endian and 64 bit detection. (James McCoy, closes #8941)
author Bram Moolenaar <Bram@vim.org>
date Mon, 11 Oct 2021 22:15:03 +0200
parents 2e82629dbd90
children a12337b82da0
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 */
 /**/
+    3498,
+/**/
     3497,
 /**/
     3496,