diff 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
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 */
 /**/
+    2683,
+/**/
     2682,
 /**/
     2681,