From: Arun Prakash Jana Date: Sat, 27 Mar 2021 13:37:40 +0000 (+0530) Subject: Do not clear selection on single file removal X-Git-Tag: v3.7~39 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=980fd80aa9f5e6c8fb4ba6ce20787b4e44adceb9;p=nnn.git Do not clear selection on single file removal --- diff --git a/src/nnn.c b/src/nnn.c index 5147651d..02020402 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -6784,7 +6784,6 @@ nochange: continue; copynextname(lastname); - clearselection(); if (cfg.filtermode || filterset()) presel = FILTER;