# HG changeset patch # User Christian Brabandt # Date 1520345706 -3600 # Node ID 58a1104c343e3ac42fcd7f54239ebbe8e3dd6217 # Parent d5553ef31db5978ceb02692a4bd976d3fdea6f27 patch 8.0.1580: FEAT_CURSORBIND and FEAT_SCROLLBIND are unused commit https://github.com/vim/vim/commit/946acdac5b4e334f816e78f7876bde9d97b3d96a Author: Bram Moolenaar Date: Tue Mar 6 15:06:19 2018 +0100 patch 8.0.1580: FEAT_CURSORBIND and FEAT_SCROLLBIND are unused Problem: FEAT_CURSORBIND and FEAT_SCROLLBIND are unused. Solution: Delete them. diff --git a/src/feature.h b/src/feature.h --- a/src/feature.h +++ b/src/feature.h @@ -696,20 +696,6 @@ #endif /* - * +scrollbind synchronization of split windows - */ -#if defined(FEAT_NORMAL) -# define FEAT_SCROLLBIND -#endif - -/* - * +cursorbind synchronization of split windows - */ -#if defined(FEAT_NORMAL) -# define FEAT_CURSORBIND -#endif - -/* * +menu ":menu" command */ #ifdef FEAT_NORMAL diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -767,6 +767,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1580, +/**/ 1579, /**/ 1578,