Sfoglia il codice sorgente

Do not reload dir after running plugin

master
Arun Prakash Jana 5 anni fa
parent
commit
85b5d33fa4
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: A75979F35C080412
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. +4
    -1
      src/nnn.c

+ 4
- 1
src/nnn.c Vedi 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;


Loading…
Annulla
Salva