projects
/
nnn.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
351ddb1
)
Fix #704
author
Arun Prakash Jana <engineerarun@gmail.com>
Tue, 18 Aug 2020 07:45:21 +0000 (13:15 +0530)
committer
Arun Prakash Jana <engineerarun@gmail.com>
Tue, 18 Aug 2020 07:45:21 +0000 (13:15 +0530)
src/nnn.c
patch
|
blob
|
history
diff --git
a/src/nnn.c
b/src/nnn.c
index 2bda5c8067de6ab58d91b1c2bb02996ab75b6f02..4a6a5a6e63659ddea71eb0a9a768719f201f1a06 100644
(file)
--- a/
src/nnn.c
+++ b/
src/nnn.c
@@
-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();