瀏覽代碼
Fix line count when editing selection
master
Arun Prakash Jana
5 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: A75979F35C080412
共有
1 個檔案被更改,包括
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; |
|
|
|