Skip to content

Commit

Permalink
Fix #704
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Aug 18, 2020
1 parent 351ddb1 commit 551e9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nnn.c
Original file line number Diff line number Diff line change
Expand Up @@ -6382,7 +6382,7 @@ static bool browse(char *ipath, const char *session, int pkey)
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();
Expand Down

0 comments on commit 551e9ca

Please sign in to comment.