mirror of
https://github.com/neovim/neovim.git
synced 2025-10-10 03:46:31 +00:00
Remove FEAT_CURSORBIND
Synchronization of cursor in split windows for diff mode
This commit is contained in:
@@ -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' */
|
||||
}
|
||||
|
Reference in New Issue
Block a user