commit ffc0b4863bbfea475703b8907566a1d6233a524d
parent 89f8d7100106546ac26cb58b79f7d62bb3269a7f
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Sat, 19 Sep 2020 12:23:16 +0200
feedback: in the tiny version, let M-H show the helpful hint too
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/global.c b/src/global.c
@@ -1363,6 +1363,8 @@ void shortcut_init(void)
add_to_sclist(MMAIN, "M-T", 0, cut_till_eof, 0);
add_to_sclist(MEXECUTE, "^V", 0, cut_till_eof, 0);
add_to_sclist(MMAIN, "M-D", 0, do_wordlinechar_count, 0);
+#else
+ add_to_sclist(MMAIN, "M-H", 0, do_help, 0);
#endif
#ifdef ENABLE_JUSTIFY
add_to_sclist(MMAIN, "M-J", 0, do_full_justify, 0);