aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nnn.c')
-rw-r--r--src/nnn.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 3e161db..8abeff5 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -5381,8 +5381,13 @@ nochange:
path = g_ctx[r].c_path;
lastdir = g_ctx[r].c_last;
lastname = g_ctx[r].c_name;
+ tmp = g_ctx[r].c_fltr;
+
+ if (cfg.filtermode || ((tmp[0] == FILTER || tmp[0] == RFILTER) && tmp[1]))
+ presel = FILTER;
+ else
+ dir_changed = TRUE;
- setdirwatch();
goto begin;
case SEL_PIN:
free(mark);