diff --git a/src/feature.h b/src/feature.h index 6d35265c28..772029667f 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 5850cbaa77..9985b4f848 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, /**/