0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

patch 8.0.1580: FEAT_CURSORBIND and FEAT_SCROLLBIND are unused

Problem:    FEAT_CURSORBIND and FEAT_SCROLLBIND are unused.
Solution:   Delete them.
This commit is contained in:
Bram Moolenaar
2018-03-06 15:06:19 +01:00
parent df0d24b627
commit 946acdac5b
2 changed files with 2 additions and 14 deletions

View File

@@ -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
*/ */

View File

@@ -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,
/**/ /**/