helix/helix-term
Ian Hobson 4c8175ca04 Draw each message line separately in draw_eol_diagnostic
`set_string_truncated` renders the entire string while ignoring
newlines, so if the diagnostic's message contains multiple lines it
produces messages like 'first linesecond line'.

To avoid these run-ons, this commit renders each line separately,
inserting double spaces for disambiguation.
2024-12-04 18:23:30 -06:00
..
src Draw each message line separately in draw_eol_diagnostic 2024-12-04 18:23:30 -06:00
tests Join single-line comments with J. (#11742) 2024-09-23 02:16:24 +09:00
.gitignore
build.rs chore: clean up clippy lints (#11377) 2024-08-01 06:39:46 +09:00
Cargo.toml build(deps): bump the rust-dependencies group with 3 updates (#12181) 2024-12-02 18:27:49 -06:00