Browse Source

Clear filter after removing current file

master
Arun Prakash Jana 4 years ago
parent
commit
9d9aa16185
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/nnn.c

+ 2
- 0
src/nnn.c View File

@@ -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…
Cancel
Save