one better.
* src/text.c (do_undo): Make a message equal to another one. It
was mistakenly changed in r4950. (This is translation-neutral.)
+ * src/global.c (shortcut_init): Keep related items together in the
+ ^G help screen.
2015-03-17 Benno Schulenberg <bensberg@justemail.net>
* src/text.c (do_alt_speller): Do not set the modified flag when
#ifndef DISABLE_COLOR
add_to_funcs(do_linter, MMAIN,
- N_("To Linter"), IFSCHELP(nano_lint_msg), BLANKAFTER, NOVIEW);
+ N_("To Linter"), IFSCHELP(nano_lint_msg), TOGETHER, NOVIEW);
add_to_funcs(do_formatter, MMAIN,
- N_("Formatter"), IFSCHELP(nano_formatter_msg), TOGETHER, NOVIEW);
+ N_("Formatter"), IFSCHELP(nano_formatter_msg), BLANKAFTER, NOVIEW);
#endif
#ifndef NANO_TINY