瀏覽代碼

Do not reload dir after running plugin

master
Arun Prakash Jana 5 年之前
父節點
當前提交
85b5d33fa4
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 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…
取消
儲存