diff src/version.c @ 26024:cb5f2515a450 v8.2.3546

patch 8.2.3546: build failure without the +eval feature Commit: https://github.com/vim/vim/commit/09f7723d5a8694889350b13e3f6b4a9c3ed4c41f Author: zeertzjq <zeertzjq@outlook.com> Date: Wed Oct 20 17:21:24 2021 +0100 patch 8.2.3546: build failure without the +eval feature Problem: Build failure without the +eval feature. Solution: Add #ifdef. (closes https://github.com/vim/vim/issues/9025)
author Bram Moolenaar <Bram@vim.org>
date Wed, 20 Oct 2021 18:30:03 +0200
parents 30e60bfd5fb3
children db9fdfb86679
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3546,
+/**/
     3545,
 /**/
     3544,