This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
nnn
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Do not reload dir after running plugin
master
Arun Prakash Jana
5 years ago
parent
d7ce06b10b
commit
85b5d33fa4
No known key found for this signature in database
GPG Key ID:
A75979F35C080412
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
src/nnn.c
+ 4
- 1
src/nnn.c
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save