mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 23:06:14 +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:
@@ -119,7 +119,6 @@
|
|||||||
#define FEAT_LANGMAP
|
#define FEAT_LANGMAP
|
||||||
#define FEAT_LINEBREAK
|
#define FEAT_LINEBREAK
|
||||||
#define FEAT_LISP
|
#define FEAT_LISP
|
||||||
#define FEAT_LISTCMDS
|
|
||||||
#define FEAT_LOCALMAP
|
#define FEAT_LOCALMAP
|
||||||
#define FEAT_MENU
|
#define FEAT_MENU
|
||||||
#define FEAT_MODIFY_FNAME
|
#define FEAT_MODIFY_FNAME
|
||||||
|
@@ -1111,11 +1111,9 @@ do_buffer (
|
|||||||
/* Go to the other buffer. */
|
/* Go to the other buffer. */
|
||||||
set_curbuf(buf, action);
|
set_curbuf(buf, action);
|
||||||
|
|
||||||
#ifdef FEAT_LISTCMDS
|
|
||||||
if (action == DOBUF_SPLIT) {
|
if (action == DOBUF_SPLIT) {
|
||||||
RESET_BINDING(curwin); /* reset 'scrollbind' and 'cursorbind' */
|
RESET_BINDING(curwin); /* reset 'scrollbind' and 'cursorbind' */
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
if (aborting()) /* autocmds may abort script processing */
|
if (aborting()) /* autocmds may abort script processing */
|
||||||
return FAIL;
|
return FAIL;
|
||||||
|
Reference in New Issue
Block a user