Browse Source

Fix #812: clear selection on single file deletion

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

+ 1
- 0
src/nnn.c View File

@@ -6730,6 +6730,7 @@ nochange:
continue;

copynextname(lastname);
clearselection();

if (cfg.filtermode || filterset())
presel = FILTER;


Loading…
Cancel
Save