mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Fix #704
This commit is contained in:
parent
351ddb1dd7
commit
551e9ca7e5
|
@ -6382,7 +6382,7 @@ nochange:
|
||||||
copycurname();
|
copycurname();
|
||||||
goto nochange;
|
goto nochange;
|
||||||
case SEL_EDIT:
|
case SEL_EDIT:
|
||||||
spawn(editor, pdents[cur].name, NULL, F_CLI);
|
spawn(editor, newpath, NULL, F_CLI);
|
||||||
continue;
|
continue;
|
||||||
default: /* SEL_LOCK */
|
default: /* SEL_LOCK */
|
||||||
lock_terminal();
|
lock_terminal();
|
||||||
|
|
Loading…
Reference in a new issue