nano

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

commit 454f5cbdcef6c11623a664e0de861540df15e94d
parent 248d7be8efd6e3aeb36e0cd68bfc10319d387c06
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Sat,  3 Dec 2016 19:38:35 +0100

tweaks: remove a superfluous cleanup call

At the very beginning of do_replace(), nothing has been changed
or initialized yet, so there is nothing to refresh or clean up.

Diffstat:
Msrc/search.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/search.c b/src/search.c @@ -774,7 +774,6 @@ void do_replace(void) if (ISSET(VIEW_MODE)) { print_view_warning(); - search_replace_abort(); return; }