We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8097f1 commit 00d168aCopy full SHA for 00d168a
helix-term/src/ui/text_decorations/blame.rs
@@ -37,7 +37,7 @@ impl Decoration for InlineBlame {
37
) -> Position {
38
let blame = match &self.lines {
39
LineBlame::OneLine((line, blame)) => {
40
- if line != &pos.doc_line {
+ if line == &pos.doc_line {
41
// do not draw inline blame for lines that have no content in them
42
blame
43
} else {
0 commit comments