mirror of
https://github.com/jarun/nnn.git
synced 2025-03-22 06:12:27 +00:00
Clear selection after successful plugin invocation
This commit is contained in:
parent
d07c4907de
commit
026f76f14c
1 changed files with 3 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue