소스 검색

Fix line count when editing selection

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

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

@@ -1007,6 +1007,9 @@ static bool editselection(void)
}
}

/* Add a line for the last file */
++lines;

if (lines > nselected) {
DPRINTF_S("files added to selection");
goto emptyedit;


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