mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 20:01:27 +00:00
Fix #498
This commit is contained in:
parent
68fd0d7dd2
commit
bf057c1007
|
@ -5616,6 +5616,7 @@ nochange:
|
||||||
if (!g_ctx[cfg.curctx].c_fltr[1])
|
if (!g_ctx[cfg.curctx].c_fltr[1])
|
||||||
goto begin;
|
goto begin;
|
||||||
|
|
||||||
|
presel = FILTER; /* If there's a filter, apply it */
|
||||||
break;
|
break;
|
||||||
case SEL_STATS: // fallthrough
|
case SEL_STATS: // fallthrough
|
||||||
case SEL_CHMODX:
|
case SEL_CHMODX:
|
||||||
|
|
Loading…
Reference in a new issue