Back to single line between errors. Add header space to secondary files
This commit is contained in:
parent
9cc8debeb7
commit
00b78d0d6a
5 changed files with 26 additions and 4 deletions
|
@ -494,6 +494,13 @@ impl FileInfo {
|
|||
}],
|
||||
kind: RenderedLineKind::OtherFileName,
|
||||
});
|
||||
output.push(RenderedLine {
|
||||
text: vec![StyledString {
|
||||
text: "".to_string(),
|
||||
style: Style::FileNameStyle,
|
||||
}],
|
||||
kind: RenderedLineKind::Annotations,
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue