diff src/version.c @ 27926:46c06f741d12 v8.2.4488

patch 8.2.4488: build error with +eval but without +channel or +job Commit: https://github.com/vim/vim/commit/f6b0c79742727948edee78cb1a3a9a4e3be8b0fd Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 1 19:52:48 2022 +0000 patch 8.2.4488: build error with +eval but without +channel or +job Problem: Build error with +eval but without +channel or +job. Solution: Add #ifdef. (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Tue, 01 Mar 2022 21:00:03 +0100
parents e6e3abc28c7a
children ca7a207d83cd
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4488,
+/**/
     4487,
 /**/
     4486,