feedback: in the tiny version, let M-H show the helpful hint too

master
Benno Schulenberg 2020-09-19 12:23:16 +02:00
parent 89f8d71001
commit ffc0b4863b
1 changed files with 2 additions and 0 deletions

View File

@ -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);