diff --git a/src/popups/blame_file.rs b/src/popups/blame_file.rs index 65c7c202..af2fdb90 100644 --- a/src/popups/blame_file.rs +++ b/src/popups/blame_file.rs @@ -572,7 +572,8 @@ impl BlameFilePopup { .iter() .map(|l| l.1.clone()) .collect::>(); - let text = tabs_to_spaces(raw_lines.join("\n")); + let mut text = tabs_to_spaces(raw_lines.join("\n")); + text.push('\n'); job.spawn(AsyncSyntaxJob::new( text,