diff src/version.c @ 24886:f2cb4885cecf v8.2.2981

patch 8.2.2981: recovery test is not run on big-endian systems Commit: https://github.com/vim/vim/commit/6654ca702ca64c99965efcad3243ea5f95473252 Author: James McCoy <jamessan@jamessan.com> Date: Sat Jun 12 14:05:41 2021 +0200 patch 8.2.2981: recovery test is not run on big-endian systems Problem: Recovery test is not run on big-endian systems. Solution: Make it work on big-endian systems. (James McCoy, closes https://github.com/vim/vim/issues/8368)
author Bram Moolenaar <Bram@vim.org>
date Sat, 12 Jun 2021 14:15:02 +0200
parents 1dad085e27ac
children b6ac4ed5e2d2
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 */
 /**/
+    2981,
+/**/
     2980,
 /**/
     2979,