From 818ee3e68ccf057b030ae8182bd2f631e68668c5 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 23 Sep 2018 12:55:09 +0200 Subject: [PATCH] help: restore the blank line between manipulation and position stuff This separation line was lost when the 'formatter' command was removed in commit 975b4912. --- src/global.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global.c b/src/global.c index 2543970a..6cbf700f 100644 --- a/src/global.c +++ b/src/global.c @@ -772,7 +772,7 @@ void shortcut_init(void) #endif #ifdef ENABLE_COLOR add_to_funcs(do_linter, MMAIN, - N_("To Linter"), WITHORSANS(lint_gist), TOGETHER, NOVIEW); + N_("To Linter"), WITHORSANS(lint_gist), BLANKAFTER, NOVIEW); #endif }