소스 검색

End multi selection mode before link

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

+ 2
- 0
src/nnn.c 파일 보기

@@ -2050,6 +2050,8 @@ static int xlink(char *suffix, char *path, char *buf, int *presel, int type)
return -1;
}

endselection();

if (type == 's') /* symbolic link */
link_fn = &symlink;
else /* hard link */


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