Clear selection after successful plugin invocation

This commit is contained in:
Arun Prakash Jana 2021-02-10 04:24:40 +05:30
parent d07c4907de
commit 026f76f14c
No known key found for this signature in database
GPG key ID: A75979F35C080412

View file

@ -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();