mirror of
https://github.com/jarun/nnn.git
synced 2025-03-18 20:39:45 +00:00
Revert clear selection on plugin invocation
Many plugins are used for navigating to the target directory.
This reverts commit 026f76f14c
.
This commit is contained in:
parent
571363b0f9
commit
12e7e2c7e0
1 changed files with 0 additions and 3 deletions
|
@ -6253,7 +6253,6 @@ nochange:
|
||||||
if (runfile[0])
|
if (runfile[0])
|
||||||
runfile[0] = '\0';
|
runfile[0] = '\0';
|
||||||
clearfilter();
|
clearfilter();
|
||||||
clearselection();
|
|
||||||
setdirwatch();
|
setdirwatch();
|
||||||
goto begin;
|
goto begin;
|
||||||
}
|
}
|
||||||
|
@ -6988,8 +6987,6 @@ nochange:
|
||||||
goto nochange;
|
goto nochange;
|
||||||
}
|
}
|
||||||
|
|
||||||
clearselection();
|
|
||||||
|
|
||||||
if (ndents)
|
if (ndents)
|
||||||
copycurname();
|
copycurname();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue