comparison src/version.c @ 28877:f13fcdacb57f v8.2.4961

patch 8.2.4961: build error with a certain combination of features Commit: https://github.com/vim/vim/commit/9f28eeb694cec8f5019b8fbde3f92f4a90dc5006 Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 16 10:04:51 2022 +0100 patch 8.2.4961: build error with a certain combination of features Problem: Build error with a certain combination of features. Solution: Adjust #if. (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Mon, 16 May 2022 11:15:05 +0200
parents 78ebb50d6fcb
children 73d490493dc6
comparison
equal deleted inserted replaced
28876:f886980f6e2a 28877:f13fcdacb57f
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 4961,
749 /**/ 751 /**/
750 4960, 752 4960,
751 /**/ 753 /**/
752 4959, 754 4959,
753 /**/ 755 /**/