comparison 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
comparison
equal deleted inserted replaced
24885:f6bacdb175b8 24886:f2cb4885cecf
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2981,
753 /**/ 755 /**/
754 2980, 756 2980,
755 /**/ 757 /**/
756 2979, 758 2979,
757 /**/ 759 /**/