From: Arun Prakash Jana Date: Sun, 10 Mar 2019 17:20:50 +0000 (+0530) Subject: Do not delay on single file selection X-Git-Tag: v2.4~46 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=b9205f17787254ec796bd45874fe14776f96cb30;p=nnn.git Do not delay on single file selection --- diff --git a/src/nnn.c b/src/nnn.c index 7d244b93..fdabfbb7 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -3482,9 +3482,7 @@ nochange: } dents[cur].flags |= FILE_COPIED; - - printmsg(newpath); - goto nochange; + break; case SEL_COPYMUL: cfg.copymode ^= 1; if (cfg.copymode) {