mirror of
https://github.com/jarun/nnn.git
synced 2025-03-01 20:39:20 +00:00
Selection should not be blocked if no files
This commit is contained in:
parent
d029918282
commit
efc7af0c9c
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue