more cosmetic fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2704 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
c4ca596a90
commit
18a89a6cef
|
@ -617,7 +617,7 @@ void shortcut_init(bool unjustify)
|
|||
NANO_NO_KEY, NANO_NO_KEY, NOVIEW, do_full_justify);
|
||||
#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"),
|
||||
IFHELP(nano_bracket_msg, NANO_BRACKET_KEY), NANO_NO_KEY,
|
||||
NANO_NO_KEY, VIEW, do_find_bracket);
|
||||
|
|
|
@ -4109,9 +4109,6 @@ int main(int argc, char **argv)
|
|||
{"multibuffer", 0, NULL, 'F'},
|
||||
#endif
|
||||
#ifdef ENABLE_NANORC
|
||||
#ifndef NANO_SMALL
|
||||
{"historylog", 0, NULL, 'H'},
|
||||
#endif
|
||||
{"ignorercfiles", 0, NULL, 'I'},
|
||||
#endif
|
||||
{"morespace", 0, NULL, 'O'},
|
||||
|
@ -4151,6 +4148,7 @@ int main(int argc, char **argv)
|
|||
{"backup", 0, NULL, 'B'},
|
||||
{"backupdir", 1, NULL, 'C'},
|
||||
{"tabstospaces", 0, NULL, 'E'},
|
||||
{"historylog", 0, NULL, 'H'},
|
||||
{"noconvert", 0, NULL, 'N'},
|
||||
{"smooth", 0, NULL, 'S'},
|
||||
{"restricted", 0, NULL, 'Z'},
|
||||
|
|
Loading…
Reference in New Issue