1
1

help: add an extra blank line to the lists of searching shortcuts

To separate things that have little to do with each other.
Этот коммит содержится в:
Benno Schulenberg 2016-05-16 16:55:11 +02:00
родитель 04a230f933
Коммит 3d82986725

Просмотреть файл

@ -778,10 +778,10 @@ void shortcut_init(void)
#endif
add_to_funcs(flip_replace_void, MWHEREIS,
replace_tag, IFSCHELP(nano_replace_msg), TOGETHER, VIEW);
replace_tag, IFSCHELP(nano_replace_msg), BLANKAFTER, VIEW);
add_to_funcs(flip_replace_void, MREPLACE,
N_("No Replace"), IFSCHELP(nano_whereis_msg), TOGETHER, VIEW);
N_("No Replace"), IFSCHELP(nano_whereis_msg), BLANKAFTER, VIEW);
#ifndef DISABLE_JUSTIFY
add_to_funcs(do_full_justify, MWHEREIS,