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.
catbat
1 parent a1f2999 commit 15528b2Copy full SHA for 15528b2
compiler/rustc_driver_impl/src/lib.rs
@@ -580,7 +580,7 @@ fn show_md_content_with_pager(content: &str, color: ColorConfig) {
580
cmd.arg("-R");
581
true
582
} else {
583
- ["bat", "catbat", "delta"].iter().any(|v| *v == pager_name)
+ ["bat", "batcat", "delta"].iter().any(|v| *v == pager_name)
584
};
585
586
if color == ColorConfig::Never {
0 commit comments