mirror of
https://github.com/jarun/nnn.git
synced 2024-12-01 02:49:44 +00:00
Selection should not be blocked if no files
This commit is contained in:
parent
d029918282
commit
efc7af0c9c
|
@ -3090,9 +3090,6 @@ nochange:
|
||||||
printmsg(newpath);
|
printmsg(newpath);
|
||||||
goto nochange;
|
goto nochange;
|
||||||
case SEL_COPYMUL:
|
case SEL_COPYMUL:
|
||||||
if (!ndents)
|
|
||||||
goto nochange;
|
|
||||||
|
|
||||||
cfg.copymode ^= 1;
|
cfg.copymode ^= 1;
|
||||||
if (cfg.copymode) {
|
if (cfg.copymode) {
|
||||||
g_crc = crc8fast((uchar *)dents, ndents * sizeof(struct entry));
|
g_crc = crc8fast((uchar *)dents, ndents * sizeof(struct entry));
|
||||||
|
|
Loading…
Reference in a new issue