diff src/version.c @ 24828:e0c43439fea6 v8.2.2952

patch 8.2.2952: recover test fails on big endian systems Commit: https://github.com/vim/vim/commit/99285550a9957e2c8669f183557944c6513c4875 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Sun Jun 6 17:12:46 2021 +0200 patch 8.2.2952: recover test fails on big endian systems Problem: Recover test fails on big endian systems. Solution: Disable the failing test on big endian systems. (Yegappan Lakshmanan, closes #8335)
author Bram Moolenaar <Bram@vim.org>
date Sun, 06 Jun 2021 17:15:04 +0200
parents a8d64f1a223b
children f7445dcba17f
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2952,
+/**/
     2951,
 /**/
     2950,