aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/nnn.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 4c81286..3c81821 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -5870,13 +5870,13 @@ nochange:
goto nochange;
}
+ if (ndents)
+ copycurname();
+
if (!r) {
cfg.filtermode ? presel = FILTER : statusbar(path);
goto nochange;
}
-
- if (ndents)
- copycurname();
} else { /* 'Return/Enter' enters the plugin directory */
cfg.runplugin ^= 1;
if (!cfg.runplugin && rundir[0]) {