help: restore the blank line between manipulation and position stuff

This separation line was lost when the 'formatter' command was removed
in commit 975b4912.
master
Benno Schulenberg 2018-09-23 12:55:09 +02:00
parent 790f98560b
commit 818ee3e68c
1 changed files with 1 additions and 1 deletions

View File

@ -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
}