tweaks: fix compilation with --enable-tiny --enable-histories
This commit is contained in:
@@ -1066,7 +1066,10 @@ void do_insertfile(void)
|
||||
#endif
|
||||
MINSERTFILE, given,
|
||||
#ifndef DISABLE_HISTORIES
|
||||
execute ? &execute_history : NULL,
|
||||
#ifndef NANO_TINY
|
||||
execute ? &execute_history :
|
||||
#endif
|
||||
NULL,
|
||||
#endif
|
||||
edit_refresh, msg,
|
||||
#ifndef DISABLE_OPERATINGDIR
|
||||
|
||||
Reference in New Issue
Block a user