From: Arun Prakash Jana Date: Tue, 16 Mar 2021 19:36:47 +0000 (+0530) Subject: Revert clear selection on plugin invocation X-Git-Tag: v3.7~79 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=12e7e2c7e07181b3e4f90d32ec698173b02dbbbb;p=nnn.git Revert clear selection on plugin invocation Many plugins are used for navigating to the target directory. This reverts commit 026f76f14cdf6f67d29ed3cfd5804b2e2890bf6f. --- diff --git a/src/nnn.c b/src/nnn.c index d2b0e879..a4ea3c64 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -6253,7 +6253,6 @@ nochange: if (runfile[0]) runfile[0] = '\0'; clearfilter(); - clearselection(); setdirwatch(); goto begin; } @@ -6988,8 +6987,6 @@ nochange: goto nochange; } - clearselection(); - if (ndents) copycurname();