tweaks: fix compilation with --enable-tiny --enable-histories
Этот коммит содержится в:
родитель
84c650b80a
Коммит
ab6e4e36e2
@ -1066,7 +1066,10 @@ void do_insertfile(void)
|
|||||||
#endif
|
#endif
|
||||||
MINSERTFILE, given,
|
MINSERTFILE, given,
|
||||||
#ifndef DISABLE_HISTORIES
|
#ifndef DISABLE_HISTORIES
|
||||||
execute ? &execute_history : NULL,
|
#ifndef NANO_TINY
|
||||||
|
execute ? &execute_history :
|
||||||
|
#endif
|
||||||
|
NULL,
|
||||||
#endif
|
#endif
|
||||||
edit_refresh, msg,
|
edit_refresh, msg,
|
||||||
#ifndef DISABLE_OPERATINGDIR
|
#ifndef DISABLE_OPERATINGDIR
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user