mirror of git://git.sv.gnu.org/nano.git
build: fix compilation with --enable-{tiny,help,multibuffer}
This commit is contained in:
parent
738487f13d
commit
59eb01b403
|
@ -1342,7 +1342,9 @@ void shortcut_init(void)
|
|||
/* Only when not in restricted mode, allow multiple buffers. */
|
||||
if (!ISSET(RESTRICTED)) {
|
||||
add_to_sclist(MINSERTFILE|MEXTCMD, "M-F", 0, flip_newbuffer, 0);
|
||||
#ifndef NANO_TINY
|
||||
add_to_sclist(MEXTCMD, "M-\\", 0, flip_pipe, 0);
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
#ifdef ENABLE_BROWSER
|
||||
|
|
Loading…
Reference in New Issue