mirror of
https://github.com/jarun/nnn.git
synced 2025-03-12 17:54:04 +00:00
Do not reload dir after running plugin
This commit is contained in:
parent
d7ce06b10b
commit
85b5d33fa4
1 changed files with 4 additions and 1 deletions
|
@ -4437,7 +4437,10 @@ nochange:
|
|||
spawn(newpath, dents[cur].name, NULL, path, F_NORMAL);
|
||||
else
|
||||
spawn(newpath, NULL, NULL, path, F_NORMAL);
|
||||
break;
|
||||
|
||||
if (cfg.filtermode)
|
||||
presel = FILTER;
|
||||
goto nochange;
|
||||
}
|
||||
|
||||
cfg.runplugin ^= 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue