mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 13:10:54 +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;
|
||||
}
|
||||
visual_count += 1;
|
||||
} else {
|
||||
visual_count += 1;
|
||||
}
|
||||
|
||||
buffer_rows.next();
|
||||
|
|
Loading…
Reference in a new issue