forked from aniani/vim
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:
@@ -695,20 +695,6 @@
|
||||
# define FEAT_LIBCALL
|
||||
#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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user