mirror of
https://github.com/jarun/nnn.git
synced 2025-03-26 16:22:20 +00:00
Do not delay on single file selection
This commit is contained in:
parent
ed724dfd0c
commit
b9205f1778
1 changed files with 1 additions and 3 deletions
|
@ -3482,9 +3482,7 @@ nochange:
|
|||
}
|
||||
|
||||
dents[cur].flags |= FILE_COPIED;
|
||||
|
||||
printmsg(newpath);
|
||||
goto nochange;
|
||||
break;
|
||||
case SEL_COPYMUL:
|
||||
cfg.copymode ^= 1;
|
||||
if (cfg.copymode) {
|
||||
|
|
Loading…
Add table
Reference in a new issue