Преглед изворни кода

Do not reload dir after running plugin

master
Arun Prakash Jana пре 5 година
родитељ
комит
85b5d33fa4
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 измењених фајлова са 4 додато и 1 уклоњено
  1. +4
    -1
      src/nnn.c

+ 4
- 1
src/nnn.c Прегледај датотеку

@@ -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…
Откажи
Сачувај