diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nnn.c | 2 |
1 files changed, 1 insertions, 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(); |