more cosmetic fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2704 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
родитель
c4ca596a90
Коммит
18a89a6cef
@ -617,7 +617,7 @@ void shortcut_init(bool unjustify)
|
|||||||
NANO_NO_KEY, NANO_NO_KEY, NOVIEW, do_full_justify);
|
NANO_NO_KEY, NANO_NO_KEY, NOVIEW, do_full_justify);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(HAVE_REGEX_H) && !defined(NANO_SMALL)
|
#if !defined(NANO_SMALL) && defined(HAVE_REGEX_H)
|
||||||
sc_init_one(&main_list, NANO_NO_KEY, N_("Find Other Bracket"),
|
sc_init_one(&main_list, NANO_NO_KEY, N_("Find Other Bracket"),
|
||||||
IFHELP(nano_bracket_msg, NANO_BRACKET_KEY), NANO_NO_KEY,
|
IFHELP(nano_bracket_msg, NANO_BRACKET_KEY), NANO_NO_KEY,
|
||||||
NANO_NO_KEY, VIEW, do_find_bracket);
|
NANO_NO_KEY, VIEW, do_find_bracket);
|
||||||
|
@ -4109,9 +4109,6 @@ int main(int argc, char **argv)
|
|||||||
{"multibuffer", 0, NULL, 'F'},
|
{"multibuffer", 0, NULL, 'F'},
|
||||||
#endif
|
#endif
|
||||||
#ifdef ENABLE_NANORC
|
#ifdef ENABLE_NANORC
|
||||||
#ifndef NANO_SMALL
|
|
||||||
{"historylog", 0, NULL, 'H'},
|
|
||||||
#endif
|
|
||||||
{"ignorercfiles", 0, NULL, 'I'},
|
{"ignorercfiles", 0, NULL, 'I'},
|
||||||
#endif
|
#endif
|
||||||
{"morespace", 0, NULL, 'O'},
|
{"morespace", 0, NULL, 'O'},
|
||||||
@ -4151,6 +4148,7 @@ int main(int argc, char **argv)
|
|||||||
{"backup", 0, NULL, 'B'},
|
{"backup", 0, NULL, 'B'},
|
||||||
{"backupdir", 1, NULL, 'C'},
|
{"backupdir", 1, NULL, 'C'},
|
||||||
{"tabstospaces", 0, NULL, 'E'},
|
{"tabstospaces", 0, NULL, 'E'},
|
||||||
|
{"historylog", 0, NULL, 'H'},
|
||||||
{"noconvert", 0, NULL, 'N'},
|
{"noconvert", 0, NULL, 'N'},
|
||||||
{"smooth", 0, NULL, 'S'},
|
{"smooth", 0, NULL, 'S'},
|
||||||
{"restricted", 0, NULL, 'Z'},
|
{"restricted", 0, NULL, 'Z'},
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user