comparison src/version.c @ 24285:28b8ede0d2b9 v8.2.2683

patch 8.2.2683: build failure without the +eval feature Commit: https://github.com/vim/vim/commit/b91d3f857fb6aadbbc01f80f775967bb40d361de Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 1 13:17:50 2021 +0200 patch 8.2.2683: build failure without the +eval feature Problem: Build failure without the +eval feature. Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Thu, 01 Apr 2021 13:30:03 +0200
parents bcfff560e089
children c2a234e8c896
comparison
equal deleted inserted replaced
24284:23d777ef9e50 24285:28b8ede0d2b9
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 2683,
753 /**/ 755 /**/
754 2682, 756 2682,
755 /**/ 757 /**/
756 2681, 758 2681,
757 /**/ 759 /**/