summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-03-06 15:06:19 +0100
committerBram Moolenaar <Bram@vim.org>2018-03-06 15:06:19 +0100
commit946acdac5b4e334f816e78f7876bde9d97b3d96a (patch)
treebfe5fcd2df143a037986c399a192e20b7da817fe
parentdf0d24b62742edd3ea73795b96a771501e642970 (diff)
downloadvim-git-946acdac5b4e334f816e78f7876bde9d97b3d96a.tar.gz
patch 8.0.1580: FEAT_CURSORBIND and FEAT_SCROLLBIND are unusedv8.0.1580
Problem: FEAT_CURSORBIND and FEAT_SCROLLBIND are unused. Solution: Delete them.
-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,