kakoune/test/regression/4052-replace-range-vs-whitespace-highlighter-interaction/in
Maxime Coste 978dfe4bdf Fix splitting display line in front of a replaced range
When a replaced buffer range atom was starting exactly at the
location we wanted to split onto the code would split *after*
that atom instead of before.

Fixes #4052
2021-02-16 12:35:25 +11:00

4 lines
52 B
Plaintext

fn main() {
let my_str = String::from("abc");
}