mirror of
https://github.com/jarun/nnn.git
synced 2025-02-17 14:54:36 +00:00
Clear filter on dir changes
This commit is contained in:
parent
e72dbec95a
commit
39f8b25b88
|
@ -5053,6 +5053,8 @@ nochange:
|
||||||
if (!cpmvrm_selection(sel, path, &presel))
|
if (!cpmvrm_selection(sel, path, &presel))
|
||||||
goto nochange;
|
goto nochange;
|
||||||
|
|
||||||
|
clearfilter();
|
||||||
|
|
||||||
/* Show notification on operation complete */
|
/* Show notification on operation complete */
|
||||||
if (cfg.x11)
|
if (cfg.x11)
|
||||||
plugscript(utils[UTIL_NTFY], newpath, F_NOWAIT | F_NOTRACE);
|
plugscript(utils[UTIL_NTFY], newpath, F_NOWAIT | F_NOTRACE);
|
||||||
|
|
Loading…
Reference in a new issue