comparison src/version.c @ 30075:be5b8d4616b2 v9.0.0375

patch 9.0.0375: the footer feature is unused Commit: https://github.com/vim/vim/commit/c8ac3a072f18d4b250e55e91f610fe517e218777 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 4 12:29:28 2022 +0100 patch 9.0.0375: the footer feature is unused Problem: The footer feature is unused. Solution: Remove FEAT_FOOTER and code.
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Sep 2022 13:30:03 +0200
parents c9fe7d5e0f61
children d45ee1f829ba
comparison
equal deleted inserted replaced
30074:fe5f53afe024 30075:be5b8d4616b2
252 #ifdef FEAT_FOLDING 252 #ifdef FEAT_FOLDING
253 "+folding", 253 "+folding",
254 #else 254 #else
255 "-folding", 255 "-folding",
256 #endif 256 #endif
257 #ifdef FEAT_FOOTER
258 "+footer",
259 #else
260 "-footer", 257 "-footer",
261 #endif 258 // only interesting on Unix systems
262 // only interesting on Unix systems
263 #if !defined(USE_SYSTEM) && defined(UNIX) 259 #if !defined(USE_SYSTEM) && defined(UNIX)
264 "+fork()", 260 "+fork()",
265 #endif 261 #endif
266 #ifdef FEAT_GETTEXT 262 #ifdef FEAT_GETTEXT
267 # ifdef DYNAMIC_GETTEXT 263 # ifdef DYNAMIC_GETTEXT
705 NULL 701 NULL
706 }; 702 };
707 703
708 static int included_patches[] = 704 static int included_patches[] =
709 { /* Add new patch number below this line */ 705 { /* Add new patch number below this line */
706 /**/
707 375,
710 /**/ 708 /**/
711 374, 709 374,
712 /**/ 710 /**/
713 373, 711 373,
714 /**/ 712 /**/