commit 3d82986725c492b01b561822bdcd4691db2a5dae
parent 04a230f9336c128879c28f18ebe7ea7cb383506f
Author: Benno Schulenberg <bensberg@justemail.net>
Date: Mon, 16 May 2016 16:55:11 +0200
help: add an extra blank line to the lists of searching shortcuts
To separate things that have little to do with each other.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/global.c b/src/global.c
@@ -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,