From 12e7e2c7e07181b3e4f90d32ec698173b02dbbbb Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Wed, 17 Mar 2021 01:06:47 +0530 Subject: [PATCH] Revert clear selection on plugin invocation Many plugins are used for navigating to the target directory. This reverts commit 026f76f14cdf6f67d29ed3cfd5804b2e2890bf6f. --- src/nnn.c | 3 --- 1 file changed, 3 deletions(-) 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();