mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 14:56:08 +00:00
Remove FEAT_LISTCMDS
Vim commands for the buffer list and the argument list: ":buffer", ":bnext", ":bdel", ":argdelete", etc.
This commit is contained in:
@@ -1111,11 +1111,9 @@ do_buffer (
|
||||
/* Go to the other buffer. */
|
||||
set_curbuf(buf, action);
|
||||
|
||||
#ifdef FEAT_LISTCMDS
|
||||
if (action == DOBUF_SPLIT) {
|
||||
RESET_BINDING(curwin); /* reset 'scrollbind' and 'cursorbind' */
|
||||
}
|
||||
#endif
|
||||
|
||||
if (aborting()) /* autocmds may abort script processing */
|
||||
return FAIL;
|
||||
|
Reference in New Issue
Block a user