nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 818ee3e68ccf057b030ae8182bd2f631e68668c5
parent 790f98560b4f1aaf548536f2ea2b472300c53739
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Sun, 23 Sep 2018 12:55:09 +0200

help: restore the blank line between manipulation and position stuff

This separation line was lost when the 'formatter' command was removed
in commit 975b4912.

Diffstat:
Msrc/global.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 }