mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 21:32:40 +00:00
Expand diff gutter indicator to cover all of a wrapped line
This commit is contained in:
parent
9c47325c25
commit
16f854b636
1 changed files with 2 additions and 0 deletions
|
@ -1023,6 +1023,8 @@ impl EditorElement {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
visual_count += 1;
|
visual_count += 1;
|
||||||
|
} else {
|
||||||
|
visual_count += 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
buffer_rows.next();
|
buffer_rows.next();
|
||||||
|
|
Loading…
Reference in a new issue