Skip to content

Commit 946acda

Browse files
committed
patch 8.0.1580: FEAT_CURSORBIND and FEAT_SCROLLBIND are unused
Problem: FEAT_CURSORBIND and FEAT_SCROLLBIND are unused. Solution: Delete them.
1 parent df0d24b commit 946acda

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

src/feature.h

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -695,20 +695,6 @@
695695
# define FEAT_LIBCALL
696696
#endif
697697

698-
/*
699-
* +scrollbind synchronization of split windows
700-
*/
701-
#if defined(FEAT_NORMAL)
702-
# define FEAT_SCROLLBIND
703-
#endif
704-
705-
/*
706-
* +cursorbind synchronization of split windows
707-
*/
708-
#if defined(FEAT_NORMAL)
709-
# define FEAT_CURSORBIND
710-
#endif
711-
712698
/*
713699
* +menu ":menu" command
714700
*/

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,8 @@ static char *(features[]) =
766766

767767
static int included_patches[] =
768768
{ /* Add new patch number below this line */
769+
/**/
770+
1580,
769771
/**/
770772
1579,
771773
/**/

0 commit comments

Comments
 (0)