소스 검색

Fix always archiving current file (#396)

master
KlzXS Mischievous Meerkat 5 년 전
부모
커밋
809b1885fb
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      src/nnn.c

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

@@ -5043,9 +5043,9 @@ nochange:

get_archive_cmd(cmd, tmp);

(r == 'y' || r == 'Y') ? archive_selection(cmd, tmp, path)
: spawn(cmd, tmp, dents[cur].name,
path, F_NORMAL | F_MULTI);
(r == 's') ? archive_selection(cmd, tmp, path)
: spawn(cmd, tmp, dents[cur].name,
path, F_NORMAL | F_MULTI);
break;
}
case SEL_OPENWITH:


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