From efc7af0c9ce93a3d461679eba6ab801a46f7ad9d Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sat, 8 Dec 2018 14:54:56 +0530 Subject: [PATCH] Selection should not be blocked if no files --- src/nnn.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/nnn.c b/src/nnn.c index 0591c07b..682e9aa5 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -3090,9 +3090,6 @@ nochange: printmsg(newpath); goto nochange; case SEL_COPYMUL: - if (!ndents) - goto nochange; - cfg.copymode ^= 1; if (cfg.copymode) { g_crc = crc8fast((uchar *)dents, ndents * sizeof(struct entry));