Use correct range to get diff hunks in the presence of wrapped lines
This commit is contained in:
parent
a6a7e85894
commit
9c47325c25
5 changed files with 19 additions and 3 deletions
|
@ -143,6 +143,7 @@ struct ExcerptSummary {
|
|||
text: TextSummary,
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct MultiBufferRows<'a> {
|
||||
buffer_row_range: Range<u32>,
|
||||
excerpts: Cursor<'a, Excerpt, Point>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue