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 a240aa4 commit 2c1a8caCopy full SHA for 2c1a8ca
1 file changed
src/output.rs
@@ -105,7 +105,7 @@ impl OutputType {
105
let resolved_path = match grep_cli::resolve_binary(&pager.bin) {
106
Ok(path) => path,
107
Err(_) => {
108
- if pager.source != PagerSource::Default && pager.bin != "less" {
+ if pager.bin != "less" {
109
crate::bat_warning!(
110
"Pager '{}' not found, outputting to stdout instead",
111
pager.bin
0 commit comments