diff src/version.c @ 27758:5a8258fde1d9 v8.2.4405

patch 8.2.4405: compiler warning for unused variable without +folding Commit: https://github.com/vim/vim/commit/8329ab79b26be4c6c5766d80abae4a22385ee9e1 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 16 21:51:00 2022 +0000 patch 8.2.4405: compiler warning for unused variable without +folding Problem: Compiler warning for unused variable without the +folding feature. (Tony Mechelynck) Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Feb 2022 23:00:04 +0100
parents 60ac4228a73d
children 010fa62d6fe2
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 */
 /**/
+    4405,
+/**/
     4404,
 /**/
     4403,