Expand diff gutter indicator to cover all of a wrapped line

This commit is contained in:
Julia 2022-10-13 14:05:57 -04:00
parent 9c47325c25
commit 16f854b636

View file

@ -1023,6 +1023,8 @@ impl EditorElement {
break;
}
visual_count += 1;
} else {
visual_count += 1;
}
buffer_rows.next();