Skip to content

Commit

Permalink
patch 8.0.1580: FEAT_CURSORBIND and FEAT_SCROLLBIND are unused
Browse files Browse the repository at this point in the history
Problem:    FEAT_CURSORBIND and FEAT_SCROLLBIND are unused.
Solution:   Delete them.
  • Loading branch information
brammool committed Mar 6, 2018
1 parent df0d24b commit 946acda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/feature.h
Expand Up @@ -695,20 +695,6 @@
# define FEAT_LIBCALL # define FEAT_LIBCALL
#endif #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 * +menu ":menu" command
*/ */
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -766,6 +766,8 @@ static char *(features[]) =


static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
1580,
/**/ /**/
1579, 1579,
/**/ /**/
Expand Down

0 comments on commit 946acda

Please sign in to comment.