mirror of
https://github.com/jarun/nnn.git
synced 2025-01-08 09:01:11 +00:00
commit
fa7c19c409
|
@ -7206,7 +7206,8 @@ nochange:
|
||||||
copycurname();
|
copycurname();
|
||||||
goto nochange;
|
goto nochange;
|
||||||
case SEL_EDIT:
|
case SEL_EDIT:
|
||||||
spawn(editor, newpath, NULL, NULL, F_CLI);
|
if (!g_state.picker)
|
||||||
|
spawn(editor, newpath, NULL, NULL, F_CLI);
|
||||||
continue;
|
continue;
|
||||||
default: /* SEL_LOCK */
|
default: /* SEL_LOCK */
|
||||||
lock_terminal();
|
lock_terminal();
|
||||||
|
|
Loading…
Reference in a new issue