Commit 3d829867 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

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

To separate things that have little to do with each other.
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment