Skip to content

Commit c83197a

Browse files
committed
refactor: move expression
1 parent b3b1c88 commit c83197a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

helix-term/src/ui/editor.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ impl EditorView {
179179
}
180180

181181
Self::render_rulers(editor, doc, view, inner, surface, theme);
182+
Self::render_inline_blame(&config.inline_blame, doc, view, &mut decorations, theme);
182183

183184
let primary_cursor = doc
184185
.selection(view.id)
@@ -204,8 +205,6 @@ impl EditorView {
204205
config.end_of_line_diagnostics,
205206
));
206207

207-
Self::render_inline_blame(&config.inline_blame, doc, view, &mut decorations, theme);
208-
209208
render_document(
210209
surface,
211210
inner,

0 commit comments

Comments
 (0)