This commit is contained in:
Kovid Goyal 2023-03-30 07:58:00 +05:30
parent fa094b2697
commit c767f7b57f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -432,6 +432,7 @@ func first_binary_line(left_path, right_path string, columns, margin_size int, r
if i < len(right_lines) {
sl.right.marked_up_text = right_lines[i]
}
ll.screen_lines = append(ll.screen_lines, &sl)
}
}
return &ll, nil