From 946acdac5b4e334f816e78f7876bde9d97b3d96a Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 6 Mar 2018 15:06:19 +0100 Subject: [PATCH] patch 8.0.1580: FEAT_CURSORBIND and FEAT_SCROLLBIND are unused Problem: FEAT_CURSORBIND and FEAT_SCROLLBIND are unused. Solution: Delete them. --- src/feature.h | 14 -------------- src/version.c | 2 ++ 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/src/feature.h b/src/feature.h index 6d35265c2..772029667 100644 --- a/src/feature.h +++ b/src/feature.h @@ -695,20 +695,6 @@ # define FEAT_LIBCALL #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 */ diff --git a/src/version.c b/src/version.c index 5850cbaa7..9985b4f84 100644 --- a/src/version.c +++ b/src/version.c @@ -766,6 +766,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1580, /**/ 1579, /**/ -- 2.50.1