We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90fa23d commit 7310021Copy full SHA for 7310021
src/renderer/display_list.rs
@@ -79,7 +79,7 @@ impl<'a> Display for DisplayList<'a> {
79
})
80
});
81
let lineno_width = if lineno_width == 0 {
82
- lineno_width
+ 1
83
} else if self.anonymized_line_numbers {
84
ANONYMIZED_LINE_NUM.len()
85
} else {
0 commit comments