aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nnn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 7aa464b..7d5bd12 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -4389,8 +4389,8 @@ nochange:
{
/* If opened as vim plugin and Enter/^M pressed, pick */
if (cfg.picker && sel == SEL_GOIN) {
- r = mkpath(path, dents[cur].name, newpath);
- appendfpath(newpath, r);
+ dents[cur].flags |= FILE_SELECTED;
+ updateselbuf(path, newpath);
writesel(pselbuf, selbufpos - 1);
return;
}