From: Arun Prakash Jana Date: Tue, 9 Feb 2021 22:54:40 +0000 (+0530) Subject: Clear selection after successful plugin invocation X-Git-Tag: v3.6~21 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=026f76f14cdf6f67d29ed3cfd5804b2e2890bf6f;p=nnn.git Clear selection after successful plugin invocation --- diff --git a/src/nnn.c b/src/nnn.c index 5ea4da34..8edb2a2a 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -6250,6 +6250,7 @@ nochange: if (runfile[0]) runfile[0] = '\0'; clearfilter(); + clearselection(); setdirwatch(); goto begin; } @@ -6984,6 +6985,8 @@ nochange: goto nochange; } + clearselection(); + if (ndents) copycurname();