1
0
forked from aniani/vim

patch 9.0.0375: the footer feature is unused

Problem:    The footer feature is unused.
Solution:   Remove FEAT_FOOTER and code.
This commit is contained in:
Bram Moolenaar
2022-09-04 12:29:28 +01:00
parent 3c7707680f
commit c8ac3a072f
6 changed files with 6 additions and 167 deletions

View File

@@ -254,12 +254,8 @@ static char *(features[]) =
#else
"-folding",
#endif
#ifdef FEAT_FOOTER
"+footer",
#else
"-footer",
#endif
// only interesting on Unix systems
// only interesting on Unix systems
#if !defined(USE_SYSTEM) && defined(UNIX)
"+fork()",
#endif
@@ -707,6 +703,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
375,
/**/
374,
/**/