mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 20:01:27 +00:00
Clear filter after removing current file
This commit is contained in:
parent
aa89522482
commit
9d9aa16185
|
@ -5078,6 +5078,8 @@ nochange:
|
||||||
/* We reduce cur only if it is > 0, so it's at least 0 */
|
/* We reduce cur only if it is > 0, so it's at least 0 */
|
||||||
copycurname();
|
copycurname();
|
||||||
|
|
||||||
|
clearfilter();
|
||||||
|
|
||||||
goto begin;
|
goto begin;
|
||||||
}
|
}
|
||||||
case SEL_ARCHIVE: // fallthrough
|
case SEL_ARCHIVE: // fallthrough
|
||||||
|
|
Loading…
Reference in a new issue