You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-term
Ian Hobson 6da03c0072 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.
1 month ago
..
src Draw each message line separately in `draw_eol_diagnostic` 1 month ago
tests Join single-line comments with J. (#11742) 2 months ago
.gitignore Initial import. 5 years ago
Cargo.toml build(deps): bump the rust-dependencies group with 5 updates (#11805) 2 months ago
build.rs chore: clean up clippy lints (#11377) 4 months ago