comparison src/evalfunc.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 fd855ad74887
children ba22d5536d3e
comparison
equal deleted inserted replaced
30074:fe5f53afe024 30075:be5b8d4616b2
5648 1 5648 1
5649 #else 5649 #else
5650 0 5650 0
5651 #endif 5651 #endif
5652 }, 5652 },
5653 {"footer", 5653 {"footer", 0},
5654 #ifdef FEAT_FOOTER
5655 1
5656 #else
5657 0
5658 #endif
5659 },
5660 {"fork", 5654 {"fork",
5661 #if !defined(USE_SYSTEM) && defined(UNIX) 5655 #if !defined(USE_SYSTEM) && defined(UNIX)
5662 1 5656 1
5663 #else 5657 #else
5664 0 5658 0