소스 검색

Do not reload dir after running plugin

master
Arun Prakash Jana 5 년 전
부모
커밋
85b5d33fa4
No known key found for this signature in database 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;


불러오는 중...
취소
저장