summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/feature.h14
-rw-r--r--src/version.c2
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
@@ -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
index 5850cbaa7..9985b4f84 100644
--- 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,