From efc7af0c9ce93a3d461679eba6ab801a46f7ad9d Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sat, 8 Dec 2018 14:54:56 +0530 Subject: Selection should not be blocked if no files --- src/nnn.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/nnn.c b/src/nnn.c index 0591c07..682e9aa 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)); -- cgit v1.2.3-70-g09d2