pub fn diff_lines_ops_compacted( old_content: &str, new_content: &str, algorithm: Algorithm, indent_heuristic: bool, ) -> Vec<DiffOp>
Line-diff then Git-style compaction; used by unified diff generation.