소스 검색

Remember file name when refresh is not requested

master
Arun Prakash Jana 5 년 전
부모
커밋
6024c51839
No known key found for this signature in database GPG 키 ID: A75979F35C080412
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      src/nnn.c

+ 3
- 3
src/nnn.c 파일 보기

@@ -5870,13 +5870,13 @@ nochange:
goto nochange;
}

if (ndents)
copycurname();

if (!r) {
cfg.filtermode ? presel = FILTER : statusbar(path);
goto nochange;
}

if (ndents)
copycurname();
} else { /* 'Return/Enter' enters the plugin directory */
cfg.runplugin ^= 1;
if (!cfg.runplugin && rundir[0]) {


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