mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07:00
Remove FEAT_CURSORBIND
Synchronization of cursor in split windows for diff mode
This commit is contained in:
parent
f65028e5a0
commit
5f2ccb94d2
@ -106,7 +106,6 @@
|
||||
#define FEAT_CMDHIST
|
||||
#define FEAT_CONCEAL
|
||||
#define FEAT_CSCOPE
|
||||
#define FEAT_CURSORBIND
|
||||
#define FEAT_DIGRAPHS
|
||||
#define FEAT_EVAL
|
||||
#define FEAT_EX_EXTRA
|
||||
|
@ -1111,8 +1111,7 @@ do_buffer (
|
||||
/* Go to the other buffer. */
|
||||
set_curbuf(buf, action);
|
||||
|
||||
#if defined(FEAT_LISTCMDS) \
|
||||
&& (defined(FEAT_SCROLLBIND) || defined(FEAT_CURSORBIND))
|
||||
#ifdef FEAT_LISTCMDS
|
||||
if (action == DOBUF_SPLIT) {
|
||||
RESET_BINDING(curwin); /* reset 'scrollbind' and 'cursorbind' */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user