mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 20:01:27 +00:00
Fix selection archive
This commit is contained in:
parent
36cd5b72a5
commit
602ec0e41b
|
@ -3670,8 +3670,9 @@ nochange:
|
||||||
goto nochange;
|
goto nochange;
|
||||||
}
|
}
|
||||||
|
|
||||||
r == 's' ? archive_selection(tmp, path)
|
(r == 'y' || r == 'Y') ? archive_selection(tmp, path)
|
||||||
: spawn(utils[APACK], tmp, dents[cur].name, path, F_NORMAL);
|
: spawn(utils[APACK], tmp, dents[cur].name,
|
||||||
|
path, F_NORMAL);
|
||||||
break;
|
break;
|
||||||
case SEL_OPENWITH:
|
case SEL_OPENWITH:
|
||||||
dir = NULL;
|
dir = NULL;
|
||||||
|
|
Loading…
Reference in a new issue