Skip to content

Commit 6b0ce4a

Browse files
author
Naseschwarz
committed
Render 1-based index for n-of-m style texts
1 parent 2349037 commit 6b0ce4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/popups/file_revlog.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ impl FileRevlogPopup {
243243
|open_request| {
244244
strings::file_log_title(
245245
&open_request.file_path,
246-
selected,
246+
selected + 1,
247247
revisions,
248248
)
249249
},

0 commit comments

Comments
 (0)