fix #ifdef
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3412 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
родитель
bdf84dd8fb
Коммит
03252d4fbc
@ -679,8 +679,12 @@ void shortcut_init(bool unjustify)
|
||||
#endif
|
||||
|
||||
sc_init_one(&main_list, NANO_REFRESH_KEY, refresh_msg,
|
||||
IFHELP(nano_refresh_msg, TRUE), NANO_NO_KEY, NANO_NO_KEY,
|
||||
NANO_NO_KEY, VIEW, total_refresh);
|
||||
#ifndef NANO_TINY
|
||||
IFHELP(nano_wordcount_msg, TRUE)
|
||||
#else
|
||||
IFHELP(nano_wordcount_msg, FALSE)
|
||||
#endif
|
||||
, NANO_NO_KEY, NANO_NO_KEY, NANO_NO_KEY, VIEW, total_refresh);
|
||||
|
||||
free_shortcutage(&whereis_list);
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user