From 3d82986725c492b01b561822bdcd4691db2a5dae Mon Sep 17 00:00:00 2001
From: Benno Schulenberg <bensberg@justemail.net>
Date: Mon, 16 May 2016 16:55:11 +0200
Subject: [PATCH] help: add an extra blank line to the lists of searching
 shortcuts

To separate things that have little to do with each other.
---
 src/global.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/global.c b/src/global.c
index d43dffb7..709399ea 100644
--- 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,
-- 
GitLab