Remove FEAT_LISTCMDS

Vim commands for the buffer list and the argument list: ":buffer",
":bnext", ":bdel", ":argdelete", etc.
This commit is contained in:
Hinidu
2014-04-12 00:05:36 +03:00
committed by Justin M. Keyes
parent 0b4d990adf
commit 50429aee6e
2 changed files with 0 additions and 3 deletions

View File

@@ -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;