mirror of
https://github.com/jarun/nnn.git
synced 2025-03-12 17:54:04 +00:00
Fix #704
This commit is contained in:
parent
351ddb1dd7
commit
551e9ca7e5
1 changed files with 1 additions and 1 deletions
|
@ -6382,7 +6382,7 @@ nochange:
|
|||
copycurname();
|
||||
goto nochange;
|
||||
case SEL_EDIT:
|
||||
spawn(editor, pdents[cur].name, NULL, F_CLI);
|
||||
spawn(editor, newpath, NULL, F_CLI);
|
||||
continue;
|
||||
default: /* SEL_LOCK */
|
||||
lock_terminal();
|
||||
|
|
Loading…
Add table
Reference in a new issue